Selecting the Preview Text when it associated row is selected and visvaersa

I need to have my grid display a row of data and optionally the preview text (like outlook). I want to have the preview text selected when a row is select and the row to be selected when its preview text is selected. to put it another way, I want the entire record to be selected, not just the single row. how do I make this happen? I have the version 4.x of the grid grouping library... Thanks in advance, -Jerry

1 Reply

AD Administrator Syncfusion Team June 16, 2006 03:52 AM UTC

Hi Jerry, You can handle the cellclick and add the preview row to the current selection. Please find the sample below. Here is a sample. http://www.syncfusion.com/Support/user/uploads/PreViewWithSelection_ab462dd2.zip If you want the selection to be navigated using the Arrowkeys, then you can use the technique shown in this KB: http://www.syncfusion.com/Support/article.aspx?id=10496 Best Regards, Haneef

Loader.
Up arrow icon