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
185
Find a row based on column value in server-side
posted

Not sure if this is possible, but I have a column in the grid called SSN. In code behind, I'd like to find the row where the SSN column = "000112222" to get a handle to the row so that I can then grab other column data. I would like to be able to do it by column name (i.e. SSN) versus column index as my grid has dynamic columns. Any suggestions would be greatly appreciated!