hi,i have data which brought from parsing json formate and attached this data to datatable,here my question is after performing drag and drop in ultragrid ,how should the data should save in josn file again,that is when opening the grid ,that changes that i have made previously should remain as it is
examplewhen i drag the customer id "500" and dropped at some other place after closing and reopening the grid changed id should be present at the changed position.here as im not having database to save the changes ,how should i save the changes to json file .Any help would be appreciated.Thanks in advance
Hello,
I attached a small sample demonstrating how to save and load display layouts at runtime. I recommend resizing column widths to see the changes reflected. Reopening the form will load any saved changes you have made.
Let me know if you have any additional questions.
Can you please clarify your environment details? eg. (Windows 7, Visual Studio 2012 Windows Forms project, Infragistics 2014 Volume 2)
If you are using the UltraWinGrid for Windows Forms you can save the grid's layout as XML file or a stream.
For more details and sample demo I recommend visiting our online documentation page SaveAxXmL Method (UltraGridLayout)
Let me know if you have any questions.
Hi,i cleared mentioned that i need in c#
Thanks
Which control on which platform do you need assistance with?