Hi
When i bind the data with the grid, a new empty row along with the binded data is being populated. If there is now data to be populated then also a default blank row is getting populated. I tried to set AllowNewDefault to NO, the i am not even able to add new row using javascript.
My requirement is to display and empty grid if there is no data and display the exact rows which are being retrieved. I am using a link button which in turns calls a javascript function to add new row.
Hi Anil,
did you solve your problem?
I have exact the same situation:
new blank row :(
Not yet puscareov, workin on that...
Same prob with me too
Iam getting a row populated in default, while the grid gets loaded. When iam entering the data in this default row, then another row is getting populated below this one inspite of me not clicking on "Add New Row" button. Iam doing all the validations on client side including adding new row. I dont know where iam making the mistake.
Regards
Sudhakar Rao MCSD.Net,MCTS
Hello Guys,
If you get something working or a response from Developer Support, please share so we can see how to deal with that. I am also working on that - is it possible for you to send me your code that will help me reproduce that (there is attach file option when you reply, just click on the Options tab).
I may also be able to figure something out once I have a repro.