IgGrid 入門編

Embed Size (px)

DESCRIPTION

NetAdvantage for jQuery の グリッドコントロール、igGrid の入門編です。

Citation preview

  • 1. jQuery :igGrid : 200 BasicDaizen Ikehara : Marketing & Developer [email protected] @Neri78

2. 1 / NetAdvantage for jQuery / igGrid 2 / Infragistics Loader3 / igGrid : 4 / igGrid : 5 / igGrid : 6 / 3. 1.NetAdvantagefor jQueryigGrid 4. NetAdvantage Web / RIA ReportingWin / RichMobileClientNetAdvantage 5. HTML4 + 5Jquery UI UI jQuery / jQuery UI / (CTP)jQuery Mobile UI, ASP.NET MVC jQuery Mobile UI 6. igGrid LOB ( 7. igGrid:HTML5, CSS3, HTML5 HTML5 API CSS3 / 8. 2.InfragisticsLoader 9. jQuery / jQuery UI CSS JS NetAdvantage for jQuery 10. Infragistics Loader Infragistics Loader 11. Infragistics Loader 12. 3.igGrid: 13. 14. // $("#grid1").igGrid({ dataSource: products, columns: [ { headerText: "Product ID", key: "ProductID", dataType: "number" }, { headerText: "Product Name", key: "Name",: dataType: "string"autoGenerateColumns },true { headerText: "Product Number", : key: "ProductNumber",number, string, bool, date dataType: "string" }, ] }); 15. igGrid DEMO 16. 4.igGrid: 17. igGrid () Sorting SelectionHiding GroupBy ToolTips SummariesRowSelectors(ColumnFiltering) PagingResiging ) Updating APIhttp://help.infragistics.com/jQuery/2012.1/ 18. API API http://help.infragistics.com/jQuery/2012.1/ 19. features // $("#grid1").igGrid({ dataSource: products, features: [ { name: Sorting, mode: multi }, { name: Hiding } ] }); 20. igGrid DEMO 21. 5.igGrid: 22. () GroupBy igGrid : ColumnSorting ColumnSorted editCellStarting editCellStarted rowAdding rowAdded 23. API API http://help.infragistics.com/jQuery/2012.1/ 24. 1. $("#grid1").igGrid({ dataSource: products, features: [ { name: Sorting, mode: multi, columnSorted: function (evt, ui) { alert(ui.columnKey); } } 25. 2. jQuery bind(), live(), on() // $(#btn1).live(click, function () { // $(#grid1).live("iggridsortingcolumnsorted", function (evt, ui) { alert(ui.columnKey + " " + ui.direction + " "); }); }); 26. igGrid DEMO 27. 6. 28. igGrid igGrid Infragistics Loader igGrid igGrid igGrid 29. HTML5 HTML5 http://www.inmotionhosting.com/infographi cs/html5-cheat-sheet/ http://www.findmebyip.com/litmus/ jQuery jQuery http://jquery.com/ jQuery UI http://jqueryui.com/ NetAdvantage for jQuery http://jp.infragistics.com http://samples.jp.infragistics.com/ Blog http://blogs.jp.infragistics.com/blogs/ API http://help.infragistics.com/jQuery/2012.1/