<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : DevExpress ASP.NET Controls</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : DevExpress ASP.NET Controls</description>
  <pubDate>Thu, 11 Jun 2026 21:06:18 -700</pubDate>
  <lastBuildDate>Tue, 11 Sep 2007 09:19:02 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=386</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>DevExpress ASP.NET Controls : I finally got nullable columns...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1144#1144</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 11-Sep-2007 at 9:19am<br /><br />I finally got nullable columns to work with the ASPxGridView and ASPxPivotGrid, so at this point, there are no known limitations or bugs with respect to using DevExpress web controls.]]>
   </description>
   <pubDate>Tue, 11 Sep 2007 09:19:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1144#1144</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls : I&amp;#039;m still looking into the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1072#1072</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 05-Sep-2007 at 8:47am<br /><br />I'm still looking into the DevExpress support.&nbsp; I do know that everything now works correctly even if I&nbsp;try to&nbsp;use nullable columns , and there are no designer errors.&nbsp; However, none of the nullable columns shows up in the designer.&nbsp; I fixed the Designer problem by throwing away the nullable columns in the designtime data.&nbsp; What I don't know is what will happen if I tell the DevExpress GridView that the nullable columns&nbsp;are NOT nullable.&nbsp; My intuition is that I can get the columns to show up in the designtime data (and maybe even in the list of available columns).&nbsp; If this works, I also have to test the case of what the GridView will do if I try to display data that contains nulls.&nbsp; I should know more about DevExpress by the end of the week.<DIV>&nbsp;</DIV><DIV>I suspect that this will all work with any recent version of DevExpress.</DIV><DIV>&nbsp;</DIV><DIV>The new and much improved DevForce object datasource will be released on September 19</DIV>]]>
   </description>
   <pubDate>Wed, 05 Sep 2007 08:47:32 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1072#1072</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls : Thankyou David.Now just to be...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1042#1042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=131" rel="nofollow">-ook</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 02-Sep-2007 at 2:01am<br /><br />Thankyou David.<br><br>Now just to be clear, DevExpress does not support defined database fields that allow null values?<br><br>And the fix for the next release, is that the DevForce object datasource will automatically ignore the error? or the developer manually removing the 'nullable' fields?<br><br>And the next version of DevForce will be when? And what version of DevExpress will it support?<br><br>Thanks<br>]]>
   </description>
   <pubDate>Sun, 02 Sep 2007 02:01:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1042#1042</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls : I fixed the problem with the Designer...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1038#1038</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 31-Aug-2007 at 8:13pm<br /><br />I fixed the problem with the Designer when using DevExpress Web controls.&nbsp; This capability will be available in our next release.<DIV>&nbsp;</DIV><DIV>The problem occured when trying to add Nullable columns (which are not permitted in DevExpress Web components).&nbsp; Instead of throwing an error and displaying an ugly error message, I now catch the error and skip over the column (which can't be used anyway).&nbsp; If you are going to use DevEx for ASP.NET, you had better get rid of your hullable columns.&nbsp; This is a DevEx limitation, not a DevForce limitation.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 31 Aug 2007 20:13:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1038#1038</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls : I&amp;#039;ll need to have a discussion...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1007#1007</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 28-Aug-2007 at 3:47pm<br /><br />I'll need to have a discussion with DeveloperExpress on this matter.&nbsp; I think that you have an excellent suggestion, and I agree with you that this would be a great enhancement to our story about supporting ASP.NET with DevForce.]]>
   </description>
   <pubDate>Tue, 28 Aug 2007 15:47:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1007#1007</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls : It works with the ASPxPivotGrid...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1005#1005</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=131" rel="nofollow">-ook</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 28-Aug-2007 at 3:37pm<br /><br />It works with the ASPxPivotGrid too! I was too negatively judgmental in my earlier post. It is still irritating to not have design time access to the DevExpress control though. Is there anything I can add to the DevForceDataSource to fool the DevExpress design time control into believing a fully supported Datasource is supplied. In other words how can I stop the 'DataSet does not support System.Nullable&lt;&gt;' error?<br><br>Thanks<br>]]>
   </description>
   <pubDate>Tue, 28 Aug 2007 15:37:35 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1005#1005</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls : You are indeed correct, it works...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1001#1001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=131" rel="nofollow">-ook</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 28-Aug-2007 at 3:12pm<br /><br />You are indeed correct, it works for the ASPxGridView. I shall test it now for the ASPxPivotGrid. Thanks<br><span style="font-size:10px"><br /><br />Edited by -ook - 28-Aug-2007 at 3:17pm</span>]]>
   </description>
   <pubDate>Tue, 28 Aug 2007 15:12:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=1001#1001</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls : I did some more testing with the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=994#994</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 27-Aug-2007 at 9:37pm<br /><br />I did some more testing with the DevExpress web controls.&nbsp; In particular, I looked at the ASPxGridControl.&nbsp; Like you, I see the message on the Grid Control:&nbsp; "An unhandled exception has occured.&nbsp;&nbsp; Dataset does not support System.Nullable&lt;&gt;".&nbsp; However, the interesting thing is that the control seems to be completely functional.&nbsp; I can add and delete columns, change column widths, etc.&nbsp; When&nbsp;I run my application,&nbsp; the grid displays pretty much the same way it does when I display the .NET GridView.&nbsp; Please try this and see if you can detect any loss of functionality.<BR><span style="font-size:10px"><br /><br />Edited by davidklitzke - 27-Aug-2007 at 9:40pm</span>]]>
   </description>
   <pubDate>Mon, 27 Aug 2007 21:37:57 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=994#994</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls : Perhaps I spoke too soon. Will...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=993#993</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=131" rel="nofollow">-ook</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 27-Aug-2007 at 8:10pm<br /><br />Perhaps I spoke too soon. Will the Sept 17 release support the ASPxPivotGrid from DevExpress?]]>
   </description>
   <pubDate>Mon, 27 Aug 2007 20:10:41 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=993#993</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls :  Which is no use if I want to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=992#992</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=131" rel="nofollow">-ook</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 27-Aug-2007 at 8:08pm<br /><br />Which is no use if I want to use the DevExpress ASPxPivotGrid.<br><br>So in short the answer is that DevForce cannot be used in any meaningful way for &#091;DevExpress&#093; web applications.&nbsp; Pity.<br><br><br><br><br><br><br><span style="font-size:10px"><br /><br />Edited by -ook - 27-Aug-2007 at 8:11pm</span>]]>
   </description>
   <pubDate>Mon, 27 Aug 2007 20:08:01 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=992#992</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls : Improved ASP.NET documentation,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=991#991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 27-Aug-2007 at 8:07pm<br /><br />Improved ASP.NET documentation, ease of use, and functionality is planned for the September 17, release.]]>
   </description>
   <pubDate>Mon, 27 Aug 2007 20:07:54 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=991#991</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls : The DevExpress Web controls are...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=990#990</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 27-Aug-2007 at 7:54pm<br /><br />The DevExpress Web controls are dataset based, not object based, and do not support nullable objects. (it's not our fault that they don't support objects!).&nbsp; My recommendation (if you want to use DevExpress controls on the Web) is to use a few&nbsp;.NET Web controls such as the GridView and the DetailsView (that support object datasources) and adorn them with DevExpress Web controls.&nbsp; For example, you can start with the&nbsp;.NET DetailsView, bind then to IdeaBlade business objects, and add DevExpress components and get a very nice looking composite control.]]>
   </description>
   <pubDate>Mon, 27 Aug 2007 19:54:57 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=990#990</guid>
  </item> 
  <item>
   <title>DevExpress ASP.NET Controls : I have gone through the ASP Advanced...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=987#987</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=131" rel="nofollow">-ook</a><br /><strong>Subject:</strong> 386<br /><strong>Posted:</strong> 27-Aug-2007 at 3:47pm<br /><br />I have gone through the ASP Advanced tutorial and have managed to bind DevForce database objects to standard ASP.NET controls such the the GridView. However, when I use the DevExpress grid control (ASPxGridControl or ASPxPivotGrid) I receive the following error when specifying the DevForceDataSource as the grids datasource:<br><br>"An unhandled exception has occured. <br>Dataset does not support System.Nullable&lt;&gt;"<br><br>So, what can I do to resolve this problem?<br><br>Also, is there any documentation regarding using DevForce objects in ASP.NET applications other than the tutorial? <br><br>Thanks<br><br><br>]]>
   </description>
   <pubDate>Mon, 27 Aug 2007 15:47:10 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=386&amp;PID=987#987</guid>
  </item> 
 </channel>
</rss>