Browse by Tags

Legacy

A description has not yet been added to this group.
Related Posts
  • Forum Post: I want to control C1GridView or WebGrid's col's Visible by chkBox.How Can I Do?

    It not work by below's code, How Can I Do? protected void chkDept_CheckedChanged(object sender, EventArgs e) { chkDept.Checked= grdEx.Columns.ColumnByName("dept").Visible; uplGrdEx.Update(); } // <asp:UpdatePanel uplGrdEx >
  • Forum Post: I Want to Use ColMerge , How Can I do In WebGrid ?

    RowMerge="Free" Is in WebGrid , I Want to Use ColMerge , How Can I do ? There is colspan in HTML .
  • Forum Post: ColumnMoved event

    Hi I'm binding WebGrid columns at run-time (late binding) with mixture of data and linked button columns. When I rebind them to reflect the changes in my ColumnMoved events I get error due to mismatch column order: Exception Details: System.ArgumentOutOfRangeException: Specified argument was out...
  • Forum Post: How to refresh WebGrid

    I have embeded a C1WebGrid and bind to a table in an ASP.NET panel which will to popup when user click on a linked button from the parent C1WebGrid. I have 2 challenges as follow: 1. I am not able to execute the particular javascript from code-behind linked buttons inside the parent C1WebGrid. 2. The...
  • Forum Post: How to embed a clickable image button in WebGrid

    Hi, I need some help with VB code to embed a clickable image button in my WebGrid. Can some one show me the VB code-behind to achieve this. Need to be able to handle onclick event so I can send my row ID to another function to do some process. Thanks,
  • Forum Post: Re: C1WebGrid1 to load from existing DataSet

    I followed your suggestion about not using DataSourceID and it sorta fixed things. Thanks! However, I have 2 new challenges I am facing: 1. I was able to bind properly from columns within the same table but not multiple columns from different tables of the same DataSet. 2. how to populate specific cell...
  • Forum Post: Re: C1WebGrid1 to load from existing DataSet

    Now I am getting the following error: "The DataSourceID of 'C1WebGrid1' must be the ID of a control of type IDataSource. A control with ID 'AsmtNversionDS' could not be found." Anyone have idea how to resolve?
  • Forum Post: Re: C1WebGrid1 to load from existing DataSet

    Thanks for the quick response... I have searched around and am aware of you code sample and in fact I using similar method...however, I played around with designer code and I realized that it might be the auto-generated designer code for the "early-binding" that's interferring with my runtime...
  • Forum Post: C1WebGrid1 to load from existing DataSet

    Anyone who can show me how (sample code) to populate and/or bind C1WebGrid1 to a DataSet instead of SQL DB?
  • Forum Post: how to make a row clickable in webgrid

    the required function is in my webgird, i have displayed information in tree structure, and i want to make the any item if it is C1ListItemType.Item or C1ListItemType.AlternatingItem clickable, and once clicked, it will jump to another page. i have tried with various different method, such as onselectedchanged...
  • Forum Post: Putting Grid Back in Edit mode when Conflict detection occurs

    Hello, I am trying to use optimistic concurrency with an sql Datasource and a componentone Web grid. In the updated command once I know there is a conflict (by looking at e.AffectedRows ). I tried setting the editItemIndex as that time but no matter what I do the Grid will not go Back (Stay in edit mode...
  • Forum Post: Re: setting HScrollBarStyle VScrollBarStyle messes up my column widths and alignment

    i have attached an image of the grid. If paging is turned off then the column formatting is fine. So unlike first thought it is the paging with scrollbars turned on that causes the problem. In the itemcreated command i have checked the pager cell has colspan set and yes it has so still cant understand...
  • Forum Post: datarowbound Event for Grid?

    Issue: To add Row DoubleClick Clientside Event to open popup after dbl clicking on any row. i can achieve solution easily in Asp.net Grid by handling RowDataBound method, but i didn't find any event to in c1webgrid. Please reply me how to overcome this issue?
Page 1 of 1 (13 items)