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

Grid footer show strange with narrow width

3 Answers 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Artit
Top achievements
Rank 1
Artit asked on 10 Apr 2012, 09:01 AM
I used radgrid with splitter when i resize to narrow panel,i found footer show strange

i also capture image before and after risze as well


thank you and regards
artit.s

3 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 10 Apr 2012, 09:25 AM
Hello Artit,


After resize your splitter repaint your grid by using below code snippet.

var grid = $find("<%=RadGrid1.ClientID %>");
   grid.repaint();


Thanks,
Jayesh Goyani
0
Artit
Top achievements
Rank 1
answered on 10 Apr 2012, 07:06 PM

 

Thank you for your help ,Jayesh

but i have more question about this

After i created javascript to call repaint function look like this :

function resizeGrid()
{
var grid = $find("<%=RadGrid1.ClientID %>");       
grid.repaint();        
}

Where i should to use this function for trigger after resize splitter as your suggest?
 
Regard
Artit.Sup

0
Jayesh Goyani
Top achievements
Rank 2
answered on 12 Apr 2012, 09:51 AM
Hello ,

you can trigger above function in "OnClientResized " event of radsplitter.

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
Artit
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Artit
Top achievements
Rank 1
Share this question
or