Hi everybody,
I have a datagrid and there I want to use the editedItemRenderer to access the text, that I just entered. In the debugger I can see there is a text attribute for the editedItemRenderer but when I want to use that attribute the debugger says something like text is undefined...
how can I access it?
Thanks
Markus
...
I have a WinDataGrid class that extends from an Infragistics UltraGrid. I have embedded my WinDataGrid within a WPF usercontrol using WindowsFormHost. When rows are selected, I need to invoke a predefined DelegateCommand<IList> with my collection of selected rows.
How would I go about this?
As background, I have a WPF app that uses bo...
In my application I have a TcxGrid (devexpress datagrid) that displays the data returned from a stored procedure.
Now I would like to add a column showing checkboxes from which the values cannot come from the database but are calculated internally.
When the checkboxes are clicked, some internal logic needs to be triggered.
Any suggestio...
How would I find the maximum value in a specific column in a Flex DataGrid?
...
I'm using Silverlight Beta 4 for a LOB application.
After finding out today that I'll have to wait perhaps 4 months to be able to develop with SL4 on Visual Studio 2010 I'm thinking I need to downgrade my application to SL3 but thats another question.
The problem is I'm noticing absolutely abismal performance for simple datagrids that...
Please guide me to acheive below results,
1)Need to display menu on right click of a data grid using Jquery,
2)I need to disable or hide some of the menu items in certain rows,
3)postback to the server with the selected row details
Many thanks for looking into this..............
...
I have a datagrid which is styled for my requirement. Each datagrid row consists of 7 columns. The datatemplates of each column is as follows.
Column 1 - TextBox
Column 2 - ComboBox
Column 3 - TextBlock
Column 4 - TextBox
Column 5 - TextBox
Column 6 - TextBox
Column 7 - TextBlock
I have an event handler for the PreviewMouseLeftButtonD...
Hi guys,
I have a column in a data grid that has the values of "Monday", "Tuesday" etc, as varchars, and I wanted to know, how do i sort the column to be in the correct order. Doing a normal sort doesnt work obviously, as the days are not alphabetically ordered naturally (Wed after Thurs). I am assuming some sort of itemrenderer, but any...
I have a datagrid in C# Project.
What I am trying to do is copy data from datagrid and then paste in file. Then edit content and insert back to datagrid from clipboard.
I can copy data from datagrid into clipboard but I can not insert/replace text from clipboard into datagrid.
How can I insert data from clipboard into datagrid?
Sample...
I am loading the output of a database query to a DataGrid.
myAdapter.Fill(ds,"AllInfo");
dataGridSearchOutput.DataSource = ds.Tables["AllInfo"].DefaultView;
It will fillup the data grid control with multiple records. Suppose the primary key of the data record is "ID".
Now I want to generate report. To do that I need to select an item...
Is it possible to allow a datagrid column to be dragged vertically and dropped into an area above the datagrid in Silverlight 4? Just like telerik. Thank you
...
I want to style a WPF datagrid and it seems to be really easy . As far as I understand I have to have code such as the following:
<Style x:Key="DataGridColumnHeaderStyle" TargetType="{x:Type Custom:DataGridColumnHeader}" >
<Setter Property="Background" Value="#88800080" />
<Setter Property="Foreground" Value="White" />
</Style>
...
how to export datagrid to pdf in c# for webapplication
...
I have a WPF datagrid and it works great but I notice some sort of very tiny column before the first column ...I want to remove it ....How do I do it ?
Take a look at the picture:
http://i45.tinypic.com/2d177f9.jpg
...the thing I want to remove is what I surrounded in the red rectangle.
...
I've got content coming into my application using a query and an ArrayCollection. I know how to display the content into a DataGrid by using the dataProvider propriety, but I'd like to use TextInput components and drop the DataGrid altogether.
Does anyone have any examples or information on how I would go about doing this?
Thanks!
Tha...
I need to dynamically set the contents within the template of a DataGrid based on information in an external settings file. That settings file specifies which data fields should display in the DataGrid. The administrator of the application can edit the settings to change the fields to display. I cannot hard-code the fields to display.
I...
I really like ASPxGridView, but I can't use .NET to develop my applications. I wonder if there is a Java or more generic alternative to it.
Thanks
...
Hi,
I am using WPF datagrid, only modification I have in place is:
<toolkit:DataGridTextColumn.ElementStyle>
<Style TargetType="TextBlock">
<Setter Property="TextWrapping" Value="Wrap"/>
</Style>
</toolkit:DataGridTextColumn.ElementStyle>
I have this modification so if the cell contents are longer, they str...
In Silverlight 3, I'm using the Silverlight toolkit's DataGrid control with a RowDetailsTemplate.
In my template I've got some controls that will allow the user to edit the row. I want to set focus to the first control when the template is loaded for the row. I've got this working for the first row, but there seems to be a bug with sett...
I tried Xceed datagrid for WPF and liked it, but the problem is that this vendor doesn't have similar control for Silverlight. It seems for me that it's not very convenient to buy it from some another company and have components from different vendors for such close thechnologies as WPF and Silverlight.
Could you share your thoughts and...