Ajaxfrom and Ajaxgird differences
Ajaxfrom is suitable for single data, mainly to display the information of the main table
Colsnum= "4" colproportion= "1:2:1:2:1:2:1:2" rowheight= "25"
Titlealign= "Right" >
Onclick= "Selectformgys ()" labelprovider= "Com.haiyisoft.hyps.common.labelprovider.GetCompany_labelprovider"/>
Dropname= "MC. Login_name "readonly=" true "/>
Editor= "datetime" readonly= "true"/>
Dropname= "MC. Login_name "readonly=" true "/>
Readonly= "true" editor= "datetime"/>
Ajaxgird is suitable for multiple data, mainly displayed from the table information, because a primary table may respond to a table information.
postinit= "Initcustomtoolbar ()"
Showpagerbar= "true" showpager= "true" showquerybar= "true" lockedcolumnnum= "3" >
"/>"
Regexp= "^\+? [0-9] {0,9} (\. [0-9] {1,3})? $"
Regexpmessage= "Please enter the integer part is not greater than 9 bits, and the decimal part is not greater than 3 non-negative number"/>
Regexp= "^\+? [0-9] {0,9} (\. [0-9] {1,3})? $"
Regexpmessage= "Please enter the integer part is not greater than 9 bits, and the decimal part is not greater than 3 non-negative number"/>
regexp= "^\d{0,8}$|^\d{1,8}\.\d{1,8}$"
Regexpmessage= "integer part not greater than 9 decimal parts not greater than 8 digits"/>
regexp= "^\d{0,10}$|^\d{1,10}\.\d{1,2}$"
Regexpmessage= "can only be for integer parts not greater than 10 decimal parts not greater than 2 digits"/>
Width= "/>"
Width= "/>"
Ajaxform data: Ajaxform.setrecord (Response.getajaxdatawrap ("Datawrapbill"). GetData ());
Ajaxgrid data: Ajaxgridlist.setdata (Response.getajaxdatawrap ("datawraplist"));
Postinit= "Initcustomtoolbar (): Perform user-defined events after the table has been loaded
The difference between Ajaxfrom and Ajaxgird