User Profile & Activity

Bill Gower Member
Page
of 3
Posted: September 17, 2013 8:41 PM

i deleted the previous version before installing the latest version. I deleted all my references to the intersoft dlls and readded them. Rebuilt the app. Created a new license file.

 

Bill

 

as i figured. If I take Ideablade back to 6.1.14, the application works again. There is an issue between Intersoft 2013 and Devforce 6.1.15.

As i said i can duplicate this in the WPF.UXGridView.Samples.DevForce sample using Intersoft ClientUI 2013 and DevForce 2010 6.1.14.

Could not load file or assembly 'IdeaBlade.Core, Version=6.1.14.0, Culture=neutral, PublicKeyToken=287b5094865421c0' or one of its dependencies. The system cannot find the file specified.

Thank you very much!!!! that works perfectly. Just another reason why Intersoft is the #1 .net controls provider. Not only is the product great and easy to use, the support is fantastic and fast.


Bill


This has now been magically fixed. I can click on the tabs in design mode and the tabs open and display properly. The only thing I have done lately is install Visual Studio 2012 Service Pack 3. I wonder if something in the service pack fixed it.


Bill


Posted: June 19, 2013 1:26 AM

yes that is a perfect start.

thank you so much


Bill


Posted: June 17, 2013 10:39 AM

I have created a video showing how it works on my computer. For the first new row i have to click into the cells or click an existing row first before entering a new row. Take a look at this video.



Posted: June 16, 2013 1:32 PM

I figured out the problem. This is a bug. It has to do with Devforce and WPF and UXGridView. I ran the Silverlight Devforce example provided by Intersoft and it works fine. As you tab from cell to cell the cursor is automatically placed in edit mode in the new cell. I ran the WPF version of the same sample and it doesnt work. It does what my app is doing. You have to click in each cell first to get into edit mode. So there is a bug in the dlls used in WPF/Devforce for the UXGridView.


Posted: June 14, 2013 12:19 AM

i could not open the zip file.

Posted: June 13, 2013 6:41 PM

This is what my gridview properties are set to and when i tab from one column to the next i am not automatically in edit mode. I have to click into the cell first. This is a Wpf app.

 AutoEditOperation="True" AutoGenerateColumns="False"  CanUserAddRows="True"CanUserDeleteRows="True"CanUserEditRows="True"DeleteRowCommand="{Binding DeleteRowCommand}"EditEnterKeyAction="MoveToNextEditableCell"
EnterKeyAction="EnterEdit"HasChanges="{Binding HasChanges}"InsertRowCommand="{Binding InsertRowCommand}"IsBusy="{Binding IsBusy, Mode=TwoWay}" ItemsSource="{Binding Payments}" NewItem="{Binding NewPayment, Mode=TwoWay}" PrepareNewRowCommand="{Binding PrepareNewRowCommand}" QueryOperation="Client" RefreshCommand="{Binding RefreshCommand}" RejectChangesCommand="{Binding RejectChangesCommand}" RejectRowCommand="{Binding RejectRowCommand}" SaveChangesCommand="{Binding SaveChangesCommand}" SelectedItem="{Binding SelectedPayment,Mode=TwoWay}"UpdateCellCommand="{Binding UpdateCellCommand}"UpdateRowCommand="{Binding UpdateRowCommand}"ValidateRowCommand="{Binding ValidateRowCommand}" CanUserBatchUpdate="True">

What am i missing here?

All times are GMT -5. The time now is 3:25 AM.
Previous Next