This is a migrated thread and some comments may be shown as answers.

Mouse left click

2 Answers 90 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Zbigniew Kozłowski
Top achievements
Rank 1
Zbigniew Kozłowski asked on 15 Jun 2010, 11:24 AM
Hi,
i got a problem with getting custom row details. Ive got a gridview with messages (subject,date,sender), what i need is when someone click once on a row, the message will load into some controls. The problem is that MouseLeftButtonDown or MouseLeftButtonUp doesnt work, it sometimes works when i click BOTH left and right buttons, or left click than right lick fast. Roactivated also inst working as i would expect, because it works on enter or doubleclick. How can i achive event on one left mouse button click?

2 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 16 Jun 2010, 07:42 AM
Hi Zbigniew Kozłowski,

Row Details are defined at grid and row level and their visibility mode can be set with the help of the property RowDetailsVisibilityMode with one of the following values: 
  • Collapsed - row details won't be displayed for any of the rows.
  • Visible - row details will be displayed for each of the rows.
  • VisibleWhenSelected - row details will be displayed only for the selected row.
Every RowDetails is shown only at a click of its corresponding row. Detailed information about that can be found in our online documentation. Furthermore, you can use this as a reference for showing RowDetails outside of the grid.
Moreover, you can follow this blog post which demonstrates how to show RowDetails in another control - in this case in RadWindow. 



Sincerely yours,
Maya
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Zbigniew Kozłowski
Top achievements
Rank 1
answered on 22 Jun 2010, 10:50 AM
thank you for reply i readed it and it helped;) now i know more how things are working.
Tags
GridView
Asked by
Zbigniew Kozłowski
Top achievements
Rank 1
Answers by
Maya
Telerik team
Zbigniew Kozłowski
Top achievements
Rank 1
Share this question
or