Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
703
Searching UltraDataSource
posted

Hi,

Am working on a real time application and am having the following problem,

We are having a wrapper for the ulragrid with an ultradatasource instance in it. This acts as the data source to the grid. When the data is received from the backend the data is passed to a method in the wrapper which forms the received data into a ultradatasource's row. This makes addition of data simpler. But when it comes to updation or deletion of data I have no other choice to loop through the entire source to find the source. Is there any simpler way to do it?

Is there a concept of having something like making a column in the ultradatasource as primary key which would make search, update and delete easier?

Please help. Thanks in Advance.