Hi,
am using Xtragrid contains a number of columns, one column is RepositoryItemCheckEdit. Issue is when i try to check RepositoryItemCheckEdit in the Grid and move focus out of it, it looses checked status.
how to maintain the state?
herewith i have attached the sample project. In this, when i check one row and move the focus to text box, checked column is unchecked.
please check the sample project and correct the mistake i did.
Thanks
Hi Anand,
Thank you for the message.
The issue is caused by the fact that the column with the RepositoryItemCheckEdit is unbound. To make it save changes you need to create a data storage for it and set the column's values in the GridView.CustomUnboundColumnData event handler. Please review the Unbound Boolean column with the CheckEdit example demonstrating how to achieve this goal.
Please let me know if you need any further assistance.
Thanks,
Svetlana