Hi ,
Am using the radpropertygrid to show the data when user selects one row from the grid in windows application.
Property grid contains around 50 properties which are categorized in to different categories.
When i expand or collapse one category (clicking the icon), the properties order is changing-- i want the properties order should remain as is.
I have set the property enablesorting = false, even then its not working.---how to achieve this
Other problem--
When user searches the property, then filtered items are coming that's fine.
Now lets say radpropertygrid has 50 properties , now user searches the properties by entering some text in the textbox,
then lets say he got 10 properties . Now here when am accessing the item value which is not in the filter result then its showing an exceptions
radproperty.items["propname"]----null
am accessing radproperty.items["propname"].Value ---throwing exception
So i want to access all the items even after the search the properties and also i need to update some items value(which are not visible after the filter)--------how to acheive this
Pls help me
Am using the radpropertygrid to show the data when user selects one row from the grid in windows application.
Property grid contains around 50 properties which are categorized in to different categories.
When i expand or collapse one category (clicking the icon), the properties order is changing-- i want the properties order should remain as is.
I have set the property enablesorting = false, even then its not working.---how to achieve this
Other problem--
When user searches the property, then filtered items are coming that's fine.
Now lets say radpropertygrid has 50 properties , now user searches the properties by entering some text in the textbox,
then lets say he got 10 properties . Now here when am accessing the item value which is not in the filter result then its showing an exceptions
radproperty.items["propname"]----null
am accessing radproperty.items["propname"].Value ---throwing exception
So i want to access all the items even after the search the properties and also i need to update some items value(which are not visible after the filter)--------how to acheive this
Pls help me