Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Problem with Submit button
posted

Hi

I am using this code as a submit button for a form:

@(Html.InfragisticsMobile() .Button() .ID("btn1") .Mini(true) .Inline(true) .Icon(DefaultIcons.Check) .IconPosition(IconPositions.Right) .IsSubmitButton(true) .Text("Submit") .Theme("e") .Render())

but it doesnt submit.

If I add .UseNative(true) then it does submit the form but I lose all formatting.

Is this an issue and/or is there a work around?