943,865 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Marked Solved
  • Views: 975
  • C# RSS
Nov 21st, 2008
0

checking max value while editing in datagrid

Expand Post »
hi all,

I want to restrict user enter upto value 1000 in a datagridview cell editbegin event.How to check this after we set the following.

dataGridViewValueUnits.BeginEdit(true);
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mrkcse is offline Offline
9 posts
since Apr 2008
Nov 21st, 2008
0

Re: checking max value while editing in datagrid

i have done this by checking condition in key pressevent

if(datagridview.currentcell.editformattedvalue>10000)
{
datagridview.endedit();
}
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mrkcse is offline Offline
9 posts
since Apr 2008

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: while loop
Next Thread in C# Forum Timeline: Dragging and dropping objects out of the windows forms.





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC