Join
Sign in
ComponentOne Community
Search Options
Search Everything
Search Legacy
Home
WinForms
WPF
ASP.NET
Silverlight
SharePoint
Help Authoring
ActiveX
Windows Mobile
General
Visual Studio Extensions
Legacy
Marketing Blogs
Dev Tools
Evangelists
C1Announcements
More ...
Home
»
Legacy
»
WebGrid for ASP.NET
»
All Tags
»
C1webgrid rowdatabound
Browse by Tags
Legacy
A description has not yet been added to this group.
Get this RSS feed
Home
Forums
Wiki
Tags
C1Webgrid
webgrid
SQLDataSource
UpdatePanel
update()
AddRow
optimistic concurrency
footer
event
column width
C1Webgrid Sort
Related Posts
Forum Post:
I want to control C1GridView or WebGrid's col's Visible by chkBox.How Can I Do?
wumengs
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 >
on
12-11-2009
Forum Post:
I Want to Use ColMerge , How Can I do In WebGrid ?
wumengs
RowMerge="Free" Is in WebGrid , I Want to Use ColMerge , How Can I do ? There is colspan in HTML .
on
12-10-2009
Forum Post:
ColumnMoved event
codeNinja
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...
on
11-11-2009
Forum Post:
How to refresh WebGrid
codeNinja
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...
on
11-6-2009
Forum Post:
How to embed a clickable image button in WebGrid
codeNinja
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,
on
11-4-2009
Forum Post:
Re: C1WebGrid1 to load from existing DataSet
codeNinja
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...
on
10-29-2009
Forum Post:
Re: C1WebGrid1 to load from existing DataSet
codeNinja
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?
on
10-29-2009
Forum Post:
Re: C1WebGrid1 to load from existing DataSet
codeNinja
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...
on
10-29-2009
Forum Post:
C1WebGrid1 to load from existing DataSet
codeNinja
Anyone who can show me how (sample code) to populate and/or bind C1WebGrid1 to a DataSet instead of SQL DB?
on
10-29-2009
Forum Post:
how to make a row clickable in webgrid
Ufida Admin
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...
on
3-23-2009
Forum Post:
Putting Grid Back in Edit mode when Conflict detection occurs
qtwork
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...
on
2-6-2009
Forum Post:
Re: setting HScrollBarStyle VScrollBarStyle messes up my column widths and alignment
philharris
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...
on
11-7-2008
Forum Post:
datarowbound Event for Grid?
datasoft
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?
on
9-10-2008
Page 1 of 1 (13 items)