<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Editing data in datagrid or use FlexGrid or Infragistics.' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Editing data in datagrid or use FlexGrid or Infragistics.' posted on the 'VB.NET' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 16:07:04 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 16:07:04 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Editing data in datagrid or use FlexGrid or Infragistics.</title>
      <link>http://www.programmersheaven.com/mb/VBNET/326137/326137/editing-data-in-datagrid-or-use-flexgrid-or-infragistics/</link>
      <description>I would like to display some data in a grid and be able to edit and update this data.  It seems using a datagrid is not an option unless someone can provide me some code examples for editing datagrid data.  Then I see these third-party products such as Infragistics NetAdvantage 2005 and ComponentOne FlexGrid for .NET that seem to offer the ability to edit data in a datagrid.  Does anyone have any experience with either of these products.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/326137/326137/editing-data-in-datagrid-or-use-flexgrid-or-infragistics/</guid>
      <pubDate>Mon, 09 Jan 2006 20:10:56 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: Editing data in datagrid or use FlexGrid or Infragistics.</title>
      <link>http://www.programmersheaven.com/mb/VBNET/326137/326147/re-editing-data-in-datagrid-or-use-flexgrid-or-infragistics/#326147</link>
      <description>&lt;strong&gt;&lt;span style="color: Red;"&gt;This message was edited by vbnewbiejoep at  2006-1-10 0:1:40&lt;/span&gt;&lt;/strong&gt;&lt;hr /&gt;&lt;br /&gt;
: I would like to display some data in a grid and be able to edit and update this data.  It seems using a datagrid is not an option unless someone can provide me some code examples for editing datagrid data.  Then I see these third-party products such as Infragistics NetAdvantage 2005 and ComponentOne FlexGrid for .NET that seem to offer the ability to edit data in a datagrid.  Does anyone have any experience with either of these products.&lt;br /&gt;
:&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
Yeah, i have experience with the Microsoft DataGrid and with the ComponentOne FlexGrid.&lt;br /&gt;
Both are very annoying.&lt;br /&gt;
As for the Datagrid, it is not possible to have links or butons or comboboxes in it DataGrid. With the FlexGrid you can, but that grid is very anoying too, becouse it lacks some primary functions.&lt;br /&gt;
For example, the FlexGrid combolist (a combobox in the flexgird) cant be populated using &lt;pre class="sourcecode"&gt;Flexgrid1.Cols(1).Combolist.Add(item)&lt;/pre&gt;&lt;br /&gt;
Only &lt;pre class="sourcecode"&gt;Flexgrid1.Cols(1).Combolist = "item1|item2|item3"
So i'm still looking for a way to populate the combolist with items from a combobox outside the flexgrid. And becouse i don't know the items in the combobox at designtime, i cant populatie the flexgrid combolist with it.&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
The DataGrid of Flexgrid are both nice tools, if they werent so crippeld.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/326137/326147/re-editing-data-in-datagrid-or-use-flexgrid-or-infragistics/#326147</guid>
      <pubDate>Tue, 10 Jan 2006 00:01:04 -0700</pubDate>
      <category>VB.NET</category>
    </item>
  </channel>
</rss>