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
1405
Search functionality in XamDataGrid
posted

Hi,

I have a xamdatagrid with three levels of hierarchy. I want to add a search functionality like a text box at top, so when user starts typing it should highlight and scroll to the matched text. It should search for the text in all the parent and child grids. Can someone please suggest how to implement this.

Thanks,

Megha

Parents
  • 138253
    Offline posted

    Hello Megha,

     

    It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I created a sample project for you with the functionality you want. Basically there is a search box and two buttons for previous and next item. When you click them you select the next matching record, but the hierarchy should be expanded, so that the records could be selected.

     

    Feel free to write me if you have further questions.

    XamDataGridSearchEngine.zip
Reply Children