|
-
Nov 16th, 2008, 09:48 AM
#1
Thread Starter
Lively Member
Last edited by HOTFIX; Dec 14th, 2008 at 12:51 PM.
-
Nov 16th, 2008, 06:02 PM
#2
Re: How to set validation icon in data cell?
Um, the DataTable is not a visual element so you can't set any kind of icons in it. If you're saying that you've bound that table to a DataGrid or DataGridView then you'd have to handle the appropriate event(s) of that grid and then set the appropriate property or call the appropriate method of that grid or its cell.
-
Nov 17th, 2008, 04:51 AM
#3
Thread Starter
Lively Member
Re: How to set validation icon in data cell?
 Originally Posted by jmcilhinney
Um, the DataTable is not a visual element so you can't set any kind of icons in it. If you're saying that you've bound that table to a DataGrid or DataGridView then you'd have to handle the appropriate event(s) of that grid and then set the appropriate property or call the appropriate method of that grid or its cell.
I’ve seen a tutorial from msdn website to “How Do I: Add Validation” by this link: http://msdn.microsoft.com/en-us/vbasic/bb643821.aspx
But Unfortunately I couldn’t know how to me it works with my project!?
-
Nov 24th, 2008, 04:23 AM
#4
Thread Starter
Lively Member
Re: How to set validation icon in data cell?
UP
anybody can help me PLZ
-
Nov 24th, 2008, 04:32 AM
#5
Re: How to set validation icon in data cell?
If you can't explain what the issue is then I can't help. I for onw will not be downloading projects or watching videos. I already said this:
If you're saying that you've bound that table to a DataGrid or DataGridView then you'd have to handle the appropriate event(s) of that grid
and you've not even indicated whether you are using a grid or not.
-
Nov 24th, 2008, 05:00 AM
#6
Thread Starter
Lively Member
Re: How to set validation icon in data cell?
 Originally Posted by jmcilhinney
If you can't explain what the issue is then I can't help. I for onw will not be downloading projects or watching videos. I already said this:and you've not even indicated whether you are using a grid or not.
Thanks jmcilhinney for your support...
I’m using grid view by dataset.xsd
About the appropriate event I’m not sure I’m using the correct one! Because I’m using the data gird view in this project for navigation only
Regards...
Last edited by HOTFIX; Jan 9th, 2009 at 08:13 AM.
-
Dec 18th, 2008, 08:26 AM
#7
Thread Starter
Lively Member
Re: How to set validation icon in data cell?
UP
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|