I have three question of datagrid in .net compact framework.
first, How do I freeze the first colum of a datagrid when I scroll HScrollBar of the datagrid Just like Excel do work
second,How do I use AlternatingBackColor of DataGridTableStyle in datagrid in .net compact framework
third, How do I specify each colum width of datagrid according the maximal length of the colum
That's all. Can anyone help me Thank you very much.

some question of datagrid in .netCF.
tamikn
Please check out 3rd party grid controls here. Unfortunately I could not recommend you particular one, you'd need to see for yourself. If you not sure they would do what you wanted, please contact control manufacturer directly.
http://www.pocketpcdn.com/libraries/index.htmlothman_11
1. You can not do that with NETCF's grid. Consider using 3rd party if you need that functionality.
2. Please see this: http://www.opennetcf.org/Forums/topic.asp TOPIC_ID=350
3. You'd have to loop through all data in the column, measure data length, pick the biggest one and specify it in the TableStyle of the column.
LuisValencia
Thanks a lot , Ilya Tumanov.
But I am still interested in the First question May be someone can give me a advice
CodeAnger
Thank you, Ilya Tumanov.
I get a lot of help from you.Thanks.