User Profile & Activity

Paul Fletcher Member
Page
of 2

Hi,

I'm currently getting exactly the same issue as above.

These client binding settings

<ClientBindingSettings DataSourceType="WebService" ServiceUrl="~/Webservices/settings.asmx"
                DataLoadMode="PagedData" EnableGroupRowPaging="true" GroupRowPageSize="20" PreloadGroupTotals="true"
                ItemTypeName="fn_tblProject_GetAllResult">
                <ServiceMethods SelectMethod="GetPagedProjects" BatchUpdateMethod="UpdateProject" />
            </ClientBindingSettings>

plus

<ISWebGrid:WebGridColumn Caption="Enabled" DataMember="IsEnabled" DataType="System.Boolean"
                        Name="IsEnabled" HeaderTooltip="Enabled" ColumnType="CheckBox" EditType="Checkbox">
                    </ISWebGrid:WebGridColumn>
The checkbox is always empty and in OnInitializeRow the Value is true and the Column type is Text.  My data source is a linq function and the property IsEnabled has the following generated code:

[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_IsEnabled", DbType="Bit NOT NULL")]
[global::System.Runtime.Serialization.DataMemberAttribute(Order=6)]
public bool IsEnabled
{
	get
	{
	       return this._IsEnabled;
	}
	set
	{
	if ((this._IsEnabled != value))
	{
	this._IsEnabled = value;
	}
	}
}

 

Update: 2012-02-17 16:57

Looking at the HTML output the value of the checkbox is set to "on".  Hope this might help.

Was there any update on the issue above or can someone else help me?

Thanks

Paul
Posted: August 12, 2011 6:13 AM

Thank you kind sir, it's working as I hoped.

Hi Yudi,

 

Just wondered if you got my emails regarding this issue?

 

Thanks

 

Paul

Any update on this issue?

 

Thank you.

Thanks for the build and fast turn around however I'm still running into the same problem.

Are there any other dependencies which I need to make sure are at a specific release before this will work?  Such as WebDesktop etc?

I've got:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

Every time I try and enable AllowBatchUpdate I get the error in the png "Error - HTML 1.PNG" in firefox.  If I change that to

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<
html>

Then firefox displays the grid correctly for me at 100% of height and shows my row data.  If I then subsequenctly add in AllowAddNew="Yes" then I get the error in png "Error - HTML 4.PNG" with no data and no clientside functionality.

Ideally I'd like it working with my first doctype XHTML 1.0.  If you need any more information please ask, also for your reference I'm using the exact same code as the zip file Adam supplied in the original post and thats doing exactly the same.

 

Edit:  I've just tried http://live.intersoftpt.com/Default.aspx?url=cs/WebGrid/BatchUpdate_Enterprise.aspx and I get the same issue, however http://live.intersoftpt.com/Default.aspx?url=cs/WebGrid/XHTML.aspx works.

Thanks

Paul

Posted: June 1, 2011 12:28 PM

Thank you for your reply.

Is there an ETA for this or will I just need to wait until it gets resolved?  Obviously I can't put a project on hold for a period of time I have no control over.  Are we saying days/weeks/months?

Thanks

Paul

Thank you for the reply.

We have got a single developer license for the ASP.NET suite 2010 which was bought around 2 months ago.  As I mentioned in my previous post I've raised a support ticket through my developer account on your dev2 domain.  Both the developer account and my community account use the same e-mail address.

Thanks.

Does any body actually reply to messages anymore?  I've asked in the forum and submitted and support ticket regarding this issue and I haven't heard from anyone.  I've replied to the support request as instructed in the automatic email if I didn't get a response within 24 hours and I've still not heard anything.

Can someone please answer me.

Thank you

Posted: May 16, 2011 10:31 AM

Hi,


I'm having the same issue, is there any hotfix for this yet?


Thanks


Paul

Posted: February 17, 2011 1:08 PM

Hi Handy,

Surely the culture specified in the grid would effect the date time parsing?  I would expect to get an error for not being able to convert the date in the format of dd/MM/yyyy from a grid in US culture mode?

From the outside it appears as if there is a DateTime.Parse somewhere in the code that has got a hard coded US culture passed into it.

Thanks

Paul

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