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?
Hello dhardy123,
I am following up to see if you can provide me with answers to my questions. Please let me know if I may be of further assistance with this matter.
Thank you for the update. I have been unable to run your sample I get an error when trying to open the project file. Can you please tell me more about your setup? What version of VS and MVC are you using?
Attached
Thank you for the update. If you are able to send that it would be helpful and to see what is being done. When attaching the file please remember to zip them first.
Thanks
I can send you a sample project if you want