Browse by Tags
All Tags » Insertion Row » InsertionRow (RSS)
-
Thanks for the official reply. Hopefully when you do this navigation overhaul, you can give us several options for the different scenarios:
1. Inserting a lot of new data. This should be done with the Tab and Enter keys, and the Enter key should take you back to the first InsertionCell by default, but is programattically changable ...
-
I had this same problem, except *all* of my columns were read only. I ended up doing a popup that showed some controls for the intitial data. No matter how I templated the insert row, all controls in the template were read only and unusable.
-
Thanks for your reply.
Your workaround gave me an idea that is currently working. It seemed to me that a new ''DataGridDetailDescription'' is created for each parent row, as opposed to using this object in a static way (no static methods). So, I created my own workaround by changing my implementation of the DataGridDescription class ...
-
I had already implemented a DataGridDetailDescription. It is working in the sense that I can expand any parent row and the child objects are displayed in child rows in a subgrid. See the code below: (modified slightly to rename the names of my variables)
class ParentDetail : ...
-
I'm not sure how this post helped Henry, as it is not working for me.
I've got the same exact problem. I need to access the parent object when the InsertionRow is used, in order to properly the new child object. The parent object is absolutely essential to properly creating the child object.
I created the above event ...
-
Could you please post a code sample of this? I can't make any sense of what objects you are talking about.
I've read all of the posts on this forum filed under the Master/Detail tag, and have yet to be able to find a solution to my problem.
The problem is that I have a working Master/Detail grid set up and running. When a new ...
-
This seems like it should be such a straightforward thing to do, but I can't seem to figure it out.
I've got a datagrid set up and bound to a business object that is is providing data just fine.
I'd like the user to be able to enter data into the InsertionRow and based on what they enter into the first field, lookup the data to populate ...
-
I have a Data Table in a DataSet bound to my DataGrid. Updates are working fine. But the insertion row disables input on all columnes except the one with ComboBox CellEditor. The other columns are just plain string and numbers with no cell editor. I can modify cells in these columns except the insertion row. What's going on?
-
Does version 3.0 supports ObservableCollection for editing and adding new record? Or we still have to use IBindingList Interface.
If yes can you guide me with any examples.
Thanks
Atul
-
I am not able to find any example where we can add,edit data based on ObservableCollection.
Can we do that? or are we stuck with bindableList. Secondly if the above data is exposed in combobox do how exactly we use xcdg:CellEditorBinding
Thanks
|
|
|
|