jaromir Posted November 29, 2016 Posted November 29, 2016 Hello, I'm new trial UniGui user. I started to port my existing application to UniGui and it's quite easy. One thing which is complicated to me is Grid control because it hasn't non data aware mode. I mean all my data is in memory lists I don't use any datasets.So for now i copy data lists to MemDataSets and it works but still are a lot of small issues with this approach. For example I can't read selection records from grid but i have to read from dataset, the same focused record. I know very well Devexpress VCL. They have HTML5 widgets for jQuery too. And here is my question. It is possible to use this with UniGui? Will it works and will have full functionality ? Is this safe to use external visual components ? I'm not expert in web programing so it's hard question for me. https://js.devexpress.com/WebDevelopment/DataGrid/ Thanks Jaromir Quote
jaromir Posted November 30, 2016 Author Posted November 30, 2016 DevExpress use jQuery 2.1 and UniGui has 1.11.2. So I suppose that this idea is not possible ? Quote
Administrators Farshad Mohajeri Posted November 30, 2016 Administrators Posted November 30, 2016 Hello, It is very difficult to do such a thing. Ext JS grid is powerful enough. There is no need to use a 3rd party grid. Quote
jaromir Posted December 1, 2016 Author Posted December 1, 2016 Thanks, During UniGui testing I discovered two disadvantages (for me of course). 1. Grid Unable to load plain memory data (without Dataset) and read focused and selected records (straight from grid component). 2. ActionLists Actions OnUpdate event is not called. I searched forum and there was no one who ask about it. I'm surprised about it because automatic setting action enable/disable at OnUpdate for me is first reason tu use action. As mentioned I'm trial user but I consider to buy license. Maybe will be possible to write TGrid (TDBGrid) without Dataset property on the grounds of current TDBGrid source code (as I understand this source is included in some UniGui versions). Or maybe better there is TDBGrid predecessor which have what I need. Quote
ghamm Posted December 5, 2016 Posted December 5, 2016 This is a perfect use for a KbmMemTable.. you can load the data from a datastream, list etc.. and treat it like a DB. Why don't you like this approach? Thanks, During UniGui testing I discovered two disadvantages (for me of course). 1. Grid Unable to load plain memory data (without Dataset) and read focused and selected records (straight from grid component). 2. ActionLists Actions OnUpdate event is not called. I searched forum and there was no one who ask about it. I'm surprised about it because automatic setting action enable/disable at OnUpdate for me is first reason tu use action. As mentioned I'm trial user but I consider to buy license. Maybe will be possible to write TGrid (TDBGrid) without Dataset property on the grounds of current TDBGrid source code (as I understand this source is included in some UniGui versions). Or maybe better there is TDBGrid predecessor which have what I need. Quote
mhmda Posted December 5, 2016 Posted December 5, 2016 Ext JS grid is powerful enough. There is no need to use a 3rd party grid I totally agree. 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.