datagrid-graphic
-
Hi. Datagrid is very simple in graphic ... I want to have a nice datagrid!what should I do? is there any component or code or ...? for example I want to have a nice line under each row in datagrid ... What can I do ?:cool:
i guess, your example can be done by using CSS. If you want a datagrid component with more functionalities then you may try to use ComponenetOne WebGrid. I have tried once and i like it..
Thanks and Regards, Michael Sync Blog: http://michaelsync.net
-
i guess, your example can be done by using CSS. If you want a datagrid component with more functionalities then you may try to use ComponenetOne WebGrid. I have tried once and i like it..
Thanks and Regards, Michael Sync Blog: http://michaelsync.net
-
thank you Where Can I find this component? ot please tell me more aboute using css. I know about css but how can I use it in a datagrid?!!
>>Where Can I find this component? http://componentone.com/ >>I know about css but how can I use it in a datagrid?!! Suppose: You wanna change the header style of DataGrid. So, you wrote like that in StyleSheet..
.dgHeaderStyle
{
background: #566495;
background-color: #CEDDFA;
font-family: Verdana, Verdana, Verdana;
color: #000000;
}Then, Set your CssClass "dgHeaderStyle" to the header style of datagrid.
That's all..
Thanks and Regards, Michael Sync Blog: http://michaelsync.net
-
>>Where Can I find this component? http://componentone.com/ >>I know about css but how can I use it in a datagrid?!! Suppose: You wanna change the header style of DataGrid. So, you wrote like that in StyleSheet..
.dgHeaderStyle
{
background: #566495;
background-color: #CEDDFA;
font-family: Verdana, Verdana, Verdana;
color: #000000;
}Then, Set your CssClass "dgHeaderStyle" to the header style of datagrid.
That's all..
Thanks and Regards, Michael Sync Blog: http://michaelsync.net