Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
1 of 11 ( 108 items) Next Page Last Page
  • UltraTextEditor in Ultragrid Cell

    Mike last question of the week. My dynamically generated Ultragrid uses an UltraTextEditor with two buttons added(one left, one right) in various cells of the first column as basically a row group label control. I have this working great and add the editor to the cells like so. UltraGrid1.Rows(0).Cells(0).EditorComponent = textEditor Then I try and set the text value on the editor - according to other posts the cell ignores this or the cell value on the field - and I get the correct string value in the field, but the row has the "Edit" pencil out to the left, my control with the two buttons...
    Posted to WinGrid (Forum) By wolfcoop3 on 03-11-2010
  • Is there a public event I could use to intercept an UltraGrid column's 'Hidden' property change?

    Hi everyone, Is there an event I could use to intercept an UltraGrid's column 'Hidden' property change? Thanks.
    Posted to WinGrid (Forum) By alekswork on 03-11-2010
  • Re: WebDataGrid's columns do not hide in AJAX mode while their Hidden property is set to true

    The version that I use is Infragistics35.WebUI.UltraWebGrid.v9.2, Version=9.2.20092 .1003 I could not find the version that you mention - 9.2.20092. 2061 - on the Infragistics.com website. Is it published yet? (IG website says that some service release is planned for April 5.) thx & best regards
    Posted to Aikido WebDataGrid (Forum) By cisarjr on 03-08-2010
  • WebDataGrid's columns do not hide in AJAX mode while their Hidden property is set to true

    I have a WebDataGrid , a multiselect WebDropDown above it and an "Apply" button . All are placed in one UpdatePanel . The WebDropDown is populated with the columns of the WebDataGrid and the user can check the multiselect ceckboxes of the WebDropDown to choose which columns of the WebDataGrid should be displayed or hidden. The "Apply" button's OnClick server-side event then applies the columns selection from the WebDropDown to the WebDataGrid by setting each WebDataGrid's column's Hidden property. The UpdatePanel makes the OnClick call an async postback. THE PROBLEM...
    Posted to Aikido WebDataGrid (Forum) By cisarjr on 03-05-2010
  • Event when Column is Pinned (FixedField)

    Is there a way to get some event notification when a Column is Pinned? I couldn't find any documentation on it. I tried to subscribe to the PropertyChanged event on the FieldSettings, but that was does not get fired when a column is pinned. Any advice? Thanks in advance.
    Posted to xamDataGrid (Forum) By bobby on 02-10-2010
  • Re: How call words Insert -> Symbol dialog box from win grid

    Thanks , that helped a lot. One more issue related with this is that , i have used valuelist in my grid. Now i want to add a event on the dropdown binded with that column. That is on its click and selection change it will show me some dialog. Dialog display is not the major one, just tell me how do i attach event. I did'nt find any event as we have in asp.net row_databound().. Thanks
    Posted to WinGrid (Forum) By Amit Ranjan on 02-02-2010
  • Column Header Text Trimming

    I have a grid with columns that contain numeric and text values. We right align the column header and data that are for numeric fields. When I shrink the column so that the whole column header is not visible the overflow indicator correctly displays but the text is being trimmed from the right side. So Ordered Qty is display Ordered... when the column is shrunk. What I'd like it to do is to show ...Qty or something similar. Basically I'm looking for the text to trim from the left side when the column heading is right aligned. Is there a property for this?
    Posted to WinGrid (Forum) By bheavican on 01-21-2010
  • FindControl always returns null

    I have a WebDataGrid that contains an ItemTemplate with one checkbox. The user can select any number of checkboxes and click on a button to save their selections. In the button's click event, I am attempting to loop through each row in my grid to determine which checkbox was selected. Everytime I try and find the checkbox control, it returns a null. I have tried the same thing in the InitializeRow event of the grid and I am able to find the control. What is wrong? protected void btnDelete_Click(object sender, EventArgs e) { foreach (GridRecord gridRow in gridBrokerRelationships.Rows) { CheckBox...
    Posted to Aikido WebDataGrid (Forum) By digitalje on 12-30-2009
  • Button in UltraWinGrid

    Hi, In my UltraGrid ther's a count field (datasource of grid is dataview = SQL statement). I've set the ColumnStyle to button and the ButtonAppearStyle to Always. Now when the field = 0 I don't want any button and no image. When its higher then 0 I would like a button with an image and the text that is the number counted. In this example the 0 should appear as any other field. (eg 'BE', '10000'...) Also how can I set the image & text relationship? I'd like the image to be centered as the text. Thank you for your time!
    Posted to WinGrid (Forum) By AndyCaignie on 12-08-2009
  • Re: How to resize columns in code behind

    I worked out an even better solution that provides me much more control over the columns by creating generic bound columns in the code behind. I can then manipulate all of the attributes available to a traditional bound column. Here is my code (thank you to Sarita from Infragistics for her help!): One thing on my wish list is -- I removed row highlighting in order to allow text selecting for copy/paste by my users. It would be nice to have both working. Maybe even with an embedded radio button to select a row would be nice if anybody wants to share how to accomplish both requirements. < ig ...
    Posted to Aikido WebDataGrid (Forum) By fscales on 12-04-2009
  • 1 of 11 ( 108 items) Next Page Last Page

    Forum Statistics

    29,481 users have contributed to 108,685 threads and 120,800 posts.

    In the past 24 hours, we have 55 new thread(s), 203 new post(s), and 46 new user(s).

    In the past 3 days, the most popular thread for everyone has been "Ultrawebgrid Drag and Drop". The post with the most views is "Column (Header) selection and ContextMenu with right mouse button click". The most replies were made to "XamChart and Prism".

    Please welcome our newest member svandrei.