No announcements
Found 931052 threads
-
0 Votes
data grid binding
descriptions in data grid view.Now what i want is creating a form with one combobox and a datagrid view.And combobox is populating forms name.First of all data ...Unanswered | 1 Replies | 2780 Views | Created by Elby Paul - Tuesday, July 21, 2009 7:30 AM | Last reply by AcousticGuitar - Tuesday, July 21, 2009 10:17 PM -
0 Votes
Data grid binding
dgMaintainProject.DataContext = e.Result; But Datagrids are not loading.how can I bind both these values to ...Answered | 1 Replies | 719 Views | Created by Roshil - Monday, August 8, 2011 3:29 AM | Last reply by Jerry Weng Ctrip - Tuesday, August 9, 2011 11:06 PM -
2 Votes
data grid binding problem
Hi, used for dynamically bind a data grid dim bs as new ...Answered | 2 Replies | 2899 Views | Created by Elby Paul - Tuesday, July 21, 2009 12:29 PM | Last reply by VinilV - Tuesday, July 21, 2009 12:54 PM -
0 Votes
data grid binding
> Please let me know about, what would be best method for new data entry. If you want to insert a new entry with ADO.NET, in my opinion, firstly, I would check if the ...Answered | 1 Replies | 663 Views | Created by Roshi Sharma - Friday, November 28, 2014 10:12 AM | Last reply by Fred Bao - Monday, December 1, 2014 7:18 AM -
0 Votes
Data Grid View binding...
Is there a good example somewheres for binding a Data Grid View to an array? I have seen examples of database connections and binding but not any real ...Answered | 2 Replies | 3365 Views | Created by mathiasX - Thursday, March 12, 2009 11:45 PM | Last reply by mathiasX - Friday, March 13, 2009 5:33 PM -
0 Votes
Grid Data Binding Question
Grid on your binding source, assign the grid to it, and then you can bind it to another grid just as you bind "Title" ...Answered | 1 Replies | 1890 Views | Created by jonathan.gordon1 - Wednesday, June 30, 2010 1:45 PM | Last reply by Frank Lan1 - Friday, July 2, 2010 4:06 AM -
0 Votes
Data Grid Binding Issue with SilverLight After changing Itemsource
> I am binding this grid by calling a wcf service method which resides in my web application. It works fine but the ...Unanswered | 6 Replies | 11001 Views | Created by Swapnil S - Thursday, June 10, 2010 11:59 AM | Last reply by Swapnil S - Thursday, June 17, 2010 7:16 AM -
0 Votes
WPF Data Grid Binding Data to one Different Source than Property Binds
All, So I'm binding to my implementation which contains the security models Observable collection, my data grid in XAML binds to the Observable ...Unanswered | 1 Replies | 333 Views | Created by Madaxe - Saturday, April 11, 2020 4:52 PM | Last reply by BonnieB - Sunday, April 12, 2020 11:00 PM -
0 Votes
Data Binding - Grid vs StackPanels
Hello, you should use a grid, wiith two columns and 3 rows: <Grid> <Grid.RowDefinitions>Answered | 1 Replies | 1511 Views | Created by Paulo R. Flores - Sunday, September 15, 2013 7:31 AM | Last reply by Patrick8639 - Monday, September 16, 2013 5:14 AM -
0 Votes
data grid view data binding problem
displays the TOC of the book in a Grid. It works fine for the first or default book. But when I select the Book from a combobox , the grid should rebind the data ...Answered | 3 Replies | 3437 Views | Created by Karthikn - Monday, April 2, 2007 11:00 AM | Last reply by Karthikn - Tuesday, April 3, 2007 4:39 AM -
0 Votes
[uwp][c#] data binding grid column width
HomePage or the root Grid. That's why the initial code failed - FnameBlockWidth is not found by the data templates.Answered | 9 Replies | 2093 Views | Created by kranthi88 - Wednesday, September 14, 2016 12:20 PM | Last reply by Neal Wang - Tuesday, September 20, 2016 10:07 AM -
0 Votes
Silverlight data grid data binding can we design below UI using silverlight datagrid
Hello, I would like to suggest you check the following links to customize your DataGrid style and group it. #How to: Group, Sort, and Filter Data in the ...Answered | 1 Replies | 2711 Views | Created by SunilThk - Wednesday, May 1, 2013 7:09 AM | Last reply by Yanping Wang - Tuesday, May 7, 2013 5:38 AM -
0 Votes
Error grid data binding on windows phone 8.1
Note: Data binding in the form of a grid, while the background is inserted manuallyAnswered | 3 Replies | 344 Views | Created by Priscillia - Friday, October 9, 2015 9:41 AM | Last reply by Barry Wang - Wednesday, October 14, 2015 3:15 AM -
0 Votes
Grid Data Binding at which level ?, Interface or logic level ?
Hi, I think binding a grid to data source is usually done at User Interface Level. I usually follow that way. However Nothing wrong in binding at ...Answered | 4 Replies | 2474 Views | Created by unrealweapon - Tuesday, February 9, 2010 3:42 AM | Last reply by Yasser Zamani - Mr. Help - Tuesday, February 9, 2010 10:18 AM -
0 Votes
Telerik Grid child grid binding data
Hi I'm a novice with both Silverlight and Lightswitch. Managed to get the Telerik grid working . I'm trying to insert a child grid -
0 Votes
Binding a Grid via WCF Data Services
Data Services a chance. But wait... after the first "solutions" i tried i figured out that nothing changed the years. I seems to be not easy at ... -
0 Votes
change data binding of data grid
Hi, i have screen with data grid that binding to the default query of the data object. now i have create new query , and i ...Answered | 2 Replies | 2457 Views | Created by Aviad natovich - Monday, September 26, 2011 8:39 PM | Last reply by Aviad natovich - Monday, September 26, 2011 8:49 PM -
0 Votes
Grid Application Data binding from sqlite
Hello, I just want to create a simple grid based application which fetches data from Sqlite data base and creates a collection of ...Answered | 1 Replies | 4333 Views | Created by navraj007in - Saturday, September 1, 2012 8:19 AM | Last reply by Dave Smits - Saturday, September 1, 2012 5:25 PM -
0 Votes
Simple TwoWay data binding on data grid
I have a data grid I have bound an ObservableCollection to and I'm trying to enable the save button (using commands) when the items are changed in the grid ...Answered | 2 Replies | 4676 Views | Created by Marcos - Wednesday, March 18, 2009 10:02 PM | Last reply by Marcos - Monday, March 23, 2009 3:53 PM -
0 Votes
Get Datacontext at binding in sub classed data grid
I am creating a specialized data grid from the standard data grid and need to know when the binding of the data context is complete. Any insight ...Answered | 4 Replies | 1768 Views | Created by Johnny Larue - Thursday, May 19, 2011 11:39 PM | Last reply by MingXu-MSFT - Monday, May 23, 2011 5:55 AM - Items 1 to 20 of 931052 Next ›
No announcements