Runtime Scrollbar in Datagrid
-
Hi ALl i have generated one datagrid at runtime.I want to add scrollbar in that datagrid at runtime also How is it possible? Thanks monika
-
Hi ALl i have generated one datagrid at runtime.I want to add scrollbar in that datagrid at runtime also How is it possible? Thanks monika
its not possible to add scroll bar to a datagrid.. u can do it by placing the datagrid inside div tag and set the style attribute as style="overflow:auto"
VMSSanthosh
-
its not possible to add scroll bar to a datagrid.. u can do it by placing the datagrid inside div tag and set the style attribute as style="overflow:auto"
VMSSanthosh
Hi Is it possible using javascript?if yes,then if u have code,pls give me. Thanks monika
-
Hi ALl i have generated one datagrid at runtime.I want to add scrollbar in that datagrid at runtime also How is it possible? Thanks monika
-
Hi Is it possible using javascript?if yes,then if u have code,pls give me. Thanks monika
what why u need javascript for this.. no need of javascript.. just place the datagrid inside div tag
VMSSanthosh
-
what why u need javascript for this.. no need of javascript.. just place the datagrid inside div tag
VMSSanthosh
VMSSanthosh