Click here to Skip to main content
15,886,733 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can I put different component in gridview cell? for example in this cell can has 1 combobox 1 checkbox and 1 radio button list.
Posted

In principle, you can, because "cell" is rendered as HTML <td>...</td> element, so, you can put any inner HTML content inside it.

—SA
 
Share this answer
 
yes,
you can add it into Edit or item templete field.
 
Share this answer
 
There was a very helpful article in codeproject about something similar. This is the link[^] to the article. It helped me a lot, hopefully it will help you too.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900