iphayc Posted January 5, 2013 Posted January 5, 2013 Hi, I'm trying to insert/Edit data on dbgrid in web version, but why we should to double click to start type anything in cell column. It is impossible to do it like dbgrid on desktop version when we want to insert/edit data? Please help me, because it's very waste time if user must double click first to insert/edit data. Thanks, Ipay Quote
alfhabetagama Posted January 11, 2013 Posted January 11, 2013 I had the same problem, what's the solution ,,, Could any one help me Quote
iphayc Posted January 12, 2013 Author Posted January 12, 2013 Mr Farshad, Please help us about this matter. Thanks Quote
iphayc Posted January 14, 2013 Author Posted January 14, 2013 please help... guys... Mr Farshad, Please help us about this matter. Thanks Quote
joriolm Posted January 22, 2013 Posted January 22, 2013 I'm having the same problem in web browser with 0.90 version. And in my android device, I'd never can edit a cell. What are we missing Farshad, please? Quote
Administrators Farshad Mohajeri Posted January 22, 2013 Administrators Posted January 22, 2013 I'm having the same problem in web browser with 0.90 version. And in my android device, I'd never can edit a cell. What are we missing Farshad, please? You should double click to start editor. Next version will have a new ClicksToEdit property; Quote
iphayc Posted January 23, 2013 Author Posted January 23, 2013 You should double click to start editor. Next version will have a new ClicksToEdit property; I'm waiting for new version release with property ClicksToEdit. I hope this will be fix our problem. Thank's Farshad for you kind help. Quote
Asiaapollo Posted January 28, 2013 Posted January 28, 2013 By adding below client event, single click will activate the cell editor: function OnClick(e) { var me = this, pos = me.getSelectionModel().getCurrentPosition(), xplugin = me.getPlugin("uniCellEditor"); xplugin.startEditByPosition(pos); } Hope this will help. 2 Quote
joriolm Posted February 7, 2013 Posted February 7, 2013 Thanks Farshad, we will be unpatiently waiting for the next version, because in Android browser a doble click seems to execute a zoom. Out of topic, how's going licensing matter with UniGui? Do you have some estimated price? Thanks Asiaapollo, I tried your solution and worked in my browser, rarely times It throws an error of UDBGrid row mismatch, but then It runs very well, as soon as I can test it on android, I let you know. Long life to UG !!! Quote
Asiaapollo Posted February 7, 2013 Posted February 7, 2013 I also encountered UDBGrid row mismatch error without this onclick event, it seems happened when you random click/dblclick many different cells. Quote
joriolm Posted February 12, 2013 Posted February 12, 2013 I updated to 0.91.0.981 version, UDBGrid summary, grouping and ClicksToEdit features rocks!!! But I encountered a problem with Master-Detail sync, according to my observation: 1- If Detail rows number is different than next record, detail is refreshed 2- If Detail rows number is equal than next record, detail doesn't. I have to click refresh button. This same project in 0.90 is running ok. Some ideas? Attached some screenshots to explain my poor words. Quote
Administrators Farshad Mohajeri Posted February 12, 2013 Administrators Posted February 12, 2013 UDBGRID_v90_1.pngUDBGRID_v90_2.pngUDBGRID_v90_3.pngUDBGRID_v90_4.png I updated to 0.91.0.981 version, UDBGrid summary, grouping and ClicksToEdit features rocks!!! But I encountered a problem with Master-Detail sync, according to my observation: 1- If Detail rows number is different than next record, detail is refreshed 2- If Detail rows number is equal than next record, detail doesn't. I have to click refresh button. This same project in 0.90 is running ok. Some ideas? Attached some screenshots to explain my poor words. Are sure it is something which started with version 0.91? Quote
joriolm Posted February 12, 2013 Posted February 12, 2013 Hi Farshad, Yes, I'm sure, this project was running ok in 0.90 version, I uninstalled it, then installed 0.91 and started detail syncing problem. There are some additional tests I can do? Thanks. Quote
Administrators Farshad Mohajeri Posted February 12, 2013 Administrators Posted February 12, 2013 Hi Farshad, Yes, I'm sure, this project was running ok in 0.90 version, I uninstalled it, then installed 0.91 and started detail syncing problem. There are some additional tests I can do? Thanks. Can you send a simple test case? If yes please prepare a report and post it to Bug Reports forum. Thanks Quote
joriolm Posted February 13, 2013 Posted February 13, 2013 Hi Farshad, I have migrated my little project from postgres to SQL Lite, database connection with ZeosLib 7. Master-Detail sync problem stills happens with SQL Lite, this can be some ZeosLib issue? I have been developing for a few years and some medium sized projects with Zeos and Master-Detail runs very well. Do you guys recommend some other connection tool?, I can do some additional test before sending you a test case project. Thanks. Long life to UG !! Quote
Anachronox Posted February 13, 2013 Posted February 13, 2013 Do you guys recommend some other connection tool? I don't like Zeos. I prefer UniDAC by Devart absolutly. Quote
altagur Posted February 14, 2013 Posted February 14, 2013 Iam developen OLAP systems and uses many db components and now use UNIDAC. Zeos rool but its a long time stay downю Now ZEOSLIB not so cool as UNIDAC. Quote
Administrators Farshad Mohajeri Posted February 14, 2013 Administrators Posted February 14, 2013 Hi Farshad, I have migrated my little project from postgres to SQL Lite, database connection with ZeosLib 7. Master-Detail sync problem stills happens with SQL Lite, this can be some ZeosLib issue? I have been developing for a few years and some medium sized projects with Zeos and Master-Detail runs very well. Do you guys recommend some other connection tool?, I can do some additional test before sending you a test case project. Thanks. Long life to UG !! You can manually call Grid.Refresh in your code to make sure grid refreshed each time master changes. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.