AboutSyed Rizwan Muhammad Rizvi Expertise I can answers questions regarding web based and desktop based programming in VB.Net. Which can include SOAP, XML, Custom Controls, COM Interoperability etc.
Experience Have been working in this specific area for last 2 years previously I was a VB 6 Developer with experties in other languages as well. Total 10 years of programming experience.
Question Hello . I want to customize datagrid so that when
i click on it ,a full row be selected .
thanks
Babak Misaghi
Answer First of all the the row has to be selected for that you can use the select button or set the row to be selected progamtically by calling item.selected=true
secondly if you set a SelectedItemStyle, that way you can distinguish the selected row from all other rows you can set different colors or fontsizes and styles etc.
Pls. look into DataGrid formatting for more details on Datagrid styling