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

GridView Row height Increase

2 Answers 87 Views
GridView
This is a migrated thread and some comments may be shown as answers.
bob thomash
Top achievements
Rank 1
bob thomash asked on 17 Jul 2010, 05:05 PM
Hello Friends !

I m working in silverlight 4.0 i M adding New DLL july 14 2010.So My Gridview Row Height increse automaticaly.
i m trying e.row.height  but its not working.How to become my gridview' row height become small??????? 


e.g.

RowLoaded +=

 

new EventHandler<RowLoadedEventArgs>(CrmGridView_RowLoaded);

 

 

 

private

 

 

void CrmGridView_RowLoaded(object sender, RowLoadedEventArgs e)

 

{

  e.Row.Height= 17;--------------------not working
  e.Row.MinHeight= 17;;--------------------not working
  e.Row.ActualHeight= 17;;--------------------not working

}

2 Answers, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 19 Jul 2010, 06:45 AM
Hello bob thomash,

You can use the RowHeight property of RadGridView to control the height of the rows.


Greetings,
Milan
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
bob thomash
Top achievements
Rank 1
answered on 19 Jul 2010, 07:02 AM
Thanks Friends !
Tags
GridView
Asked by
bob thomash
Top achievements
Rank 1
Answers by
Milan
Telerik team
bob thomash
Top achievements
Rank 1
Share this question
or