Hi,
I want to add one gridview control like as follows in silverlight application. Can any one help me how to achieve this?
RowStyle-CssClass="grdLable" RowStyle-HorizontalAlign="left" CellPadding="4" CellSpacing="0">
<%#Container.DataItemIndex+1 %>
| a. | b. |
| c. | d. |
<%--
Thanks in advance,
Rajesh.M
Rajesh MuraharisettyPosted Aug 23, 2011, 3:22 AM
Priya LingePosted Aug 23, 2011, 2:41 AM
i am unable get this screenshot.
Rajesh MuraharisettyPosted Aug 23, 2011, 12:54 AM
What ever you send me its correct only. But i want to implement Admin Question paper generation form.
If i entered 5 means 5 rows has to be created. Then admin admin will enter Questions and options and everything. I am sending Screen shot. Please find the attached document. Send me any solution please. Its very urgent for me.
Thanks in advance,
Rajesh M.
Priya LingePosted Aug 23, 2011, 12:19 AM
In silverlight application you can Datagrid controls ,you can ListBox,TextBox or other controls in datagrid in their DataTemplete
shown as below,
Hope this will help you.Thanks.