PDA

View Full Version : How to fix rowCount of Datagrid?


Pratap
02-21-2008, 06:28 AM
Hi,

Am creating a Datagrid at runtime and it empty. I got requirement like need to show only one row in Datagrid. Any idea how to fix it?

dataGrid.rowCount=1;
//This is not working

How to solve this??

........Pratap