Hi everyone,
I'm currently using a grid that allow the multi-selection. What I want is once the user clicks on ADD, all the selected data are add in a database. My problem is I can't find the value of the selecteds values. If "AllowMultiRowSelection" is set to false, it's simple, I just have to use the propriety selectedValue. But if many row are selected, this propriety will only return one selectedValue. I tried the propriety selectedValues, but it does the same. I read in the documentation that I can use a GridDataItem to access a row, but I don't know if it is the best solution. May someone help me ?
Thank you
I'm currently using a grid that allow the multi-selection. What I want is once the user clicks on ADD, all the selected data are add in a database. My problem is I can't find the value of the selecteds values. If "AllowMultiRowSelection" is set to false, it's simple, I just have to use the propriety selectedValue. But if many row are selected, this propriety will only return one selectedValue. I tried the propriety selectedValues, but it does the same. I read in the documentation that I can use a GridDataItem to access a row, but I don't know if it is the best solution. May someone help me ?
Thank you