No announcements
Found 541796 threads
-
0 Votes
DataGridView Unbound Column
Your unbound column can not be setup to work directly with data retrieved from a database table.Answered | 6 Replies | 1719 Views | Created by isomcsa - Tuesday, December 5, 2017 8:58 PM | Last reply by isomcsa - Monday, December 11, 2017 9:47 PM -
0 Votes
on unbound column
Thsi actually turned out be an issue with the unbound column.Answered | 3 Replies | 2466 Views | Created by Excel Worker Bee - Friday, August 5, 2011 7:00 PM | Last reply by Mitja Bonca - Saturday, August 6, 2011 9:03 AM -
0 Votes
Edit unbound column in datagridview
Hi, i have a Mdi Form that has a datagridview bound to a dataset. within that datagridview I have added a unbound .Answered | 1 Replies | 3057 Views | Created by yavari - Wednesday, July 23, 2008 5:28 AM | Last reply by yavari - Wednesday, July 23, 2008 6:45 AM -
0 Votes
To bound datagridview unbound column
to hold the column from datasource, when you do "dataGridView1.DataSource ", it will take care all the things for you.Answered | 3 Replies | 5410 Views | Created by polachan - Friday, June 10, 2011 8:26 AM | Last reply by Helen Zhou - Wednesday, June 15, 2011 8:21 AM -
0 Votes
how to populate an unbound column in a datagridview
It sounds like you want the unbound column in datagridview2 to be an expression column.Answered | 4 Replies | 1936 Views | Created by vblover29 - Wednesday, May 3, 2017 7:45 PM | Last reply by Cyrille Précetti - Thursday, May 4, 2017 12:43 PM -
0 Votes
date sort in an unbound column (contains date)
Now i able to set a unbound date col - is right.Answered | 4 Replies | 3829 Views | Created by ackid32 - Friday, February 25, 2011 9:59 AM | Last reply by ackid32 - Tuesday, March 1, 2011 4:35 AM -
0 Votes
Selecting datagridview lines based on a Checkbox (Unbound) column
(Our application has an unbound checkbox in the first column.Answered | 9 Replies | 10836 Views | Created by ToddTFPCorp - Thursday, February 3, 2011 7:22 PM | Last reply by Francesco Cannillo - Monday, November 28, 2011 11:29 AM -
0 Votes
Display Unbound Column From a ListBox
It's the Columns(X) property.Answered | 4 Replies | 793 Views | Created by RichLocus - Friday, July 24, 2015 10:54 PM | Last reply by .theDBguy - Friday, July 24, 2015 11:53 PM -
0 Votes
Datagridview and unbound checkbox column
I just added a checkbox columns in the UI in the way you suggest with your simple codeAnswered | 15 Replies | 1745 Views | Created by Claudio111 - Wednesday, February 21, 2018 7:28 PM | Last reply by Claudio111 - Saturday, February 24, 2018 7:46 PM -
0 Votes
unbound DataGridView combobox
Hi Hjl1, Based on this description, it seems that you need to edit the combo box column.Answered | 10 Replies | 3966 Views | Created by hjl1 - Tuesday, June 12, 2012 3:16 PM | Last reply by Mike Feng - Friday, July 13, 2012 2:46 AM -
2 Votes
GridView Dyanmically binding columns.
1) For column rearrange, best solution is using Autogenerated columns for GridView.Answered | 8 Replies | 7102 Views | Created by Sanjay Patel - Tuesday, May 31, 2011 11:04 AM | Last reply by Anirban Bhattacherya - Tuesday, May 31, 2011 11:46 AM -
0 Votes
Images in GridView Column + DataTemplate
<Window x:Class="VerticalAlignSnippet.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...Answered | 1 Replies | 19230 Views | Created by cruxdude - Wednesday, May 13, 2009 8:38 AM | Last reply by Tao Liang - Monday, May 18, 2009 7:34 AM -
0 Votes
Issue Loading xml to unbound datagridview
First thing,if you have set up DataGridView columns prior to assigning DataSource, DataGridViewColumn.DataPropertyName on a column must match DataColumn.ColumnName ...Answered | 1 Replies | 3778 Views | Created by Neotricks - Saturday, July 31, 2010 7:20 PM | Last reply by Vladimir.Ilic - Saturday, July 31, 2010 9:55 PM -
0 Votes
GridView alternate column
See that the Text property always reflect the Column index ( even when you reorder columns ).Answered | 6 Replies | 4480 Views | Created by scuban - Thursday, November 20, 2008 10:15 AM | Last reply by LoicLP - Thursday, November 20, 2008 8:09 PM -
1 Votes
gridview column width not adjusting
If it does not work, we can use ValueConverter to set the column's width.Answered | 3 Replies | 3123 Views | Created by Bill Swartz - Wednesday, June 26, 2013 6:32 PM | Last reply by Dummy yoyo - Thursday, July 4, 2013 10:17 AM -
0 Votes
Gridview column + hiding
removing is ok . is there any way to prevent the resizing of the columns/column headers when the application is running ???Answered | 6 Replies | 6085 Views | Created by cruxdude - Thursday, May 28, 2009 8:34 AM | Last reply by Manju N - Thursday, June 18, 2009 7:03 PM -
0 Votes
Print the results of an unbound form control
Then I have an unbound control that the user can type in the search string, and when they click on the search button it passes the search string to the appropriate query using a ...Answered | 1 Replies | 532 Views | Created by sherrydahlmontee - Tuesday, May 12, 2015 9:04 PM | Last reply by ctconsultingllc.ia - Tuesday, May 12, 2015 11:19 PM -
9 Votes
Adding row to unbound datagridview
3) Regarding Bound Vs Unbound, the specific project uses a Web Service that returns XML from the Server.Answered | 28 Replies | 3234 Views | Created by JohnPapa05 - Sunday, January 31, 2016 3:43 PM | Last reply by JohnPapa05 - Friday, February 5, 2016 7:02 AM -
0 Votes
adding columns to gridview dynamically
dataGridView.Columns.Insert(a, b); //a is a column index //b is an actual column instance (reference of ...Answered | 2 Replies | 3661 Views | Created by vidyasagar.v - Friday, May 4, 2012 5:10 AM | Last reply by Mitja Bonca - Friday, May 4, 2012 6:23 AM -
0 Votes
Problem with Gridview and non visible columns.
Of course you can not get the hidden value from GridView you know why?Answered | 3 Replies | 6500 Views | Created by SBarberPro - Friday, February 3, 2012 9:26 PM | Last reply by Ahmed Naji - Saturday, February 4, 2012 7:12 AM - Items 1 to 20 of 541796 Next ›
No announcements