Tags
2011 2012 ASP ASP.net Atlanta Ax AX 2009 Ax 2012 Axapta AxGridView AxLabel Checkbox Collapse Confirm Convergence Deployment Disable control Document Handling DocuRef Dynamics AX Enterprise portal EP EPDocuListPage Error Expand file upload FileUpload IAxaptaContainerAdapter Installation Javascript jQuery Multi Multi-selection Multi Value Parameter Postback Quicklaunch Reporting Session state Site URL Ssrs TemplateField Treeview upload web.config-
Recent Posts
Recent Comments
- Christof Decraene on Add file to Document Handling using ASP .net FileUpload control
- Gangadhar on Add file to Document Handling using ASP .net FileUpload control
- Adam Golebiowski on (ax2012) using jQuery in Enterprise Portal
- stan on Persist selected jQuery tab after postback
- ravi on Persist selected jQuery tab after postback
Archives
- April 2013 (1)
- August 2012 (1)
- July 2012 (3)
- February 2012 (2)
- November 2011 (2)
- May 2011 (2)
- April 2011 (1)
- March 2011 (5)
- February 2011 (5)
- January 2011 (3)
Solutions Monkey
Tag Archives: AxGridView
Convergence 2011: EP sessions
Last week I attended the 2011 convergence in Atlanta. In this post I want to share some thoughts and new things I saw there about Enterprise portal. I followed the following sessions concerning EP. – Enterprise portal tips and tricks – Collaboration, Communities & social networking with Microsoft Sharepoint 2010 – Simplifying acces to Information [...]
Posted in Enterprise Portal, Info
Tagged 2011, Atlanta, Ax, AxGridView, Convergence, Dynamics AX, Enterprise portal
Leave a comment
Use custom button in an Ax gridview
A few days ago we got the following question: I have come across some trouble with the LinkButton in AxGridView. I have a LinkButton in the TemplateField in the AxGridView. I would like to ask if there is possibility that can trigger both PostBackURL and OnClick event? Or are there any ways that can Save [...]
Posted in Enterprise Portal
Tagged ASP, ASP.net, Ax, AX 2009, AxGridView, Dynamics AX, Enterprise portal, EP, TemplateField
Leave a comment
Multi-selection in AxGridView
What if you would want multi-selection in an AxGridView. Then you could use checkboxes to select multiple lines/records. In the asp markup you insert a TemplateField in the AxGridView 1 2 3 4 5 6 7 8 9 10 11 12 13 <asp:TemplateField> <HeaderTemplate> <asp:LinkButton ID="btnAll" OnClick="btnAll_Click" Text="<%$ AxLabel:@SYS80094 %>" runat="server" /> <asp:LinkButton ID="btnNone" OnClick="btnNone_Click" [...]
Posted in Enterprise Portal
Tagged ASP.net, Ax, AxGridView, Checkbox, Dynamics AX, EP, IAxaptaContainerAdapter, Multi, Multi-selection, TemplateField
7 Comments