6 Answers, 1 is accepted
Since the RadGridView supports UI Virtualization, it is not recommended to work with the visual elements (i.e. GridViewRows, GridViewCells) and their properties.
May I ask you to share what your final goal is?
Didie
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Users make changes. When they click the 'Save' button, I want to read through each row of the grid, check the data against our business rules, then run a stored procedure to update the data row by row.
All I really want to do is look at the grid values in the code behind. Can anyone tell me the simplest way to accomplish this? I'm new to the Telerik suite. This is a newbie question.
Thank you.
Based on your description, I would suggest you to iterate through the Items collection of the RadGridView and validate each item against your business rules.
Didie
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
I have attached the sample project suggested to you from my colleague in your other thread so that it is available to the whole community.
Didie
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>