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

Double Click a row on the "empty" area, the record is not opened.

3 Answers 59 Views
GridView
This is a migrated thread and some comments may be shown as answers.
saurabh
Top achievements
Rank 1
saurabh asked on 02 Jun 2010, 10:03 AM
Requirment: If the user double-clicks on any portion of the row, the record should be opened.

when we move at the end of a Row we found a default blank Column in telerik Grid. Can we remove this extra Blank Column? If we couldn't remove it. Is it possible when we double click the blank column it pass the details of that row like it passes value when we click the other column which has data. 

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 02 Jun 2010, 12:16 PM
Hello saurabh,

You can remove the blank column by setting the property Width for some or all the columns to "*":

<telerik:GridViewDataColumn DataMemberBinding="{Binding Name}" Width="*"/>



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
saurabh
Top achievements
Rank 1
answered on 04 Jun 2010, 01:29 PM
Thanks for your reply..

But my RadGridView has AutoGenerateColumns="True" so I am not using GridViewDataColumn. At runtime I am formating the columns so a new blank column appears with Horizontal strech.
0
Maya
Telerik team
answered on 04 Jun 2010, 03:46 PM
Hello saurabh,

 
In this case you can set the property of RadGridView ColumnsWidth in the following way:
ColumnWidth="*"

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.
Tags
GridView
Asked by
saurabh
Top achievements
Rank 1
Answers by
Maya
Telerik team
saurabh
Top achievements
Rank 1
Share this question
or