Hi All,
If any body using the tool XtraGrid from Devexpress, please help me for the following issue.
I have the following scenario to Add multiple records from one XtraGrid to another Xtragrid in my winapplication
I have added new column (Unbound-Boolean Column) to my Xtragrid for a checkbox selection(like in GridView->Item Template). When I run the application, i can select only one row at a time. I also tried option in (Run Designer->View->OptionSelection->Multiselect->True). But still I can not select Multiple checkbox.
When the user select multiple checkboxes and click a button, all those checked rows should be added to another XtragridForm.
How can I do this?