Hi! Everyone
I want a scroll bar inside the ultrawebgrid.I tried lot of thing still its not working.
Waiting for response
Thanks in advance
Regards
Chandrakant
Keep the webgrid control in <div> .
Give the width of webgrid control as 100%.
Give the width of <div> tag as say 400px.
Now if the grid is more than 400px wide, then the div will have an horizontal scroll.
I dont think scroll inside webgrid is possible.