datagrid
How to set enable=false to a item template inside a grid in asp.net
I want to set enable = false according to the role I have an if statement to check for the role page load() {[详细]
2023-04-09 13:49 分类:问答Entity Datagrid : best way to add computed values?
I have a WPF datagrid databound to a collectionviewsource, which is itself based of a entity query In my grid for example I have 3 columns Number1, Number2, Number3, all properties of an entity. If I[详细]
2023-04-09 10:12 分类:问答DataGrid tab navigation skip column
I have a datagrid with template columns in WPF. Couple of columns in the grid are readonly, others on focus become editable (instead of labels, textboxes, checkboxes and such appear).[详细]
2023-04-09 09:07 分类:问答How do I cancel an edit in the Silverlight DataGrid when a validation error has occurred?
I have DataGrid and during a cell edit, a validation error occurs (my binding throws an exception and the error is correctly displayed to the user). The user then chooses to just click somewhere (eith[详细]
2023-04-09 00:39 分类:问答Populating a flex 4.5 DataGrid using PHP and MySQL
Hey so I recently started working with Flash Builder 4.5 so I am facing a lot of silly problems while building a mobile application, specially when connecting my application to a back end server.[详细]
2023-04-08 21:57 分类:问答GWT 2.4 DataGrid automatic scrolling when selecting an item
I am using GWT 2.4\'s new DataGrid in a project. I configured the DataGrid with a pagesize of 50. The available screen is not big enough to display all items and thus a vertical scrollbar is shown (th[详细]
2023-04-08 19:27 分类:问答WPF Datagrid: Lazy Loading / Inifinite scroll
I fill the Datagrid with 250 rows. When the user scrolls down using the scrollbar (below 75% for example), I want to fetch the next 250 rows from the database, and so on. The idea is that the grid cou[详细]
2023-04-08 19:01 分类:问答Silverlight ComboBox in DataGrid Binding SelectedItem problem
I have a combobox in datagrid.I use Silverlight 4.0 and MVVM. My code works fine,unless when I removed a record from datagrid and add another one, the SelectedValue binding for combobox in added row d[详细]
2023-04-08 10:45 分类:问答Seeking a more elegant method to populate a WPF DataGrid with dynamic columns (one column for each object's property)
I am trying to setup a WPF datagrid. The standard datagrid is setup to accept a list of objects which are displayed on different rows, with a column for each property. I actually need to do the invers[详细]
2023-04-08 09:01 分类:问答DataGrid editcommand in UpdatePanel
My page uses Multiview with 3 views. the third view for searching and has a datagrid in updatepanel, in datagrid has editcommand column. when user click edit on edicommand comlumn, the activeviewinde[详细]
2023-04-08 06:41 分类:问答