AD
Administrator
Syncfusion Team
February 4, 2005 01:09 PM UTC
Hi Pratiksha ,
you can handle the GridControlBase.ResizingRows Event. The event gives you a Reason property and a proposed size.
GridResizeCellsReason.MouseUp Indicates user released mouse. In that case you can set e.Cancel = true if you don''t like that size or adjust e.Height.
Stefan
>Hi,
>Can you tell me how do we fix the row height.When user manually tried to changed the row height it should not allow?
>
>Regards
>Pratiksha