I'm sending a request to a web service when a row is first selected. That request binds another grid and, depending on which row you select and how big the data set is, it sometimes takes a second to bind. I'm ok with that happening when it's first selected. But I don't want that to happen every time I click on it because I have a context menu attached to it.
Is there a way to know if the row is already selected when it's clicked? I would be able to cancel the server call on change in that scenario and make this work beautifully. I can't seem to find any documentation on it, though.
Is there a way to know if the row is already selected when it's clicked? I would be able to cancel the server call on change in that scenario and make this work beautifully. I can't seem to find any documentation on it, though.