Quantcast
Channel: CrmExtWeb Forum Rss Feed
Browsing all 17 articles
Browse latest View live

New Post: Question about the working of the CrmExtWeb

Hi, First of all this is really great code. It has the same look & feel as the "GridControls" of CRM4.0. But I still have some questions about how you have to do some things. I couldn't find a...

View Article



New Post: Grid under UpdatePanel

Hi First I want to say that I think your code is very good; project is great as a learning tool and as a template for building external sites accessing CRM. I have this question: I've updated your...

View Article

New Post: Grid under UpdatePanel

Download the latest version. Now you can use the GridControl inside an UpdatePanel.

View Article

New Post: Question about the working of the CrmExtWeb

Find my answers below: 1. How can you loop trough your "Grid", knowing which rows the user has selected (by checking the checkbox)? Do you have to do this with javascript?     Use SelectedIndices[], or...

View Article

New Post: Question about the working of the CrmExtWeb

Hi, I just tried out what you've said, but with no result. Could you give me a little example ? In javascript I tried the following Code, he does loop trough all the selected items, but how do I get...

View Article


New Post: Lookup in GridView field

Hi, Can I make a lookup field in one of the columns in datagrid? How can i make it? How can I save a postback data back to the CRM base? Kind Regards, Marcin

View Article

New Post: Question about the working of the CrmExtWeb

Frederic, Here is an example of setting the DataIdField and DataCodeField:crmGrid.DataIdField = "activityid"; crmGrid.DataCodeField = "activitytypecode"; The gridInner_ItemCreated method will use these...

View Article

New Post: Maximum size of columns

Some of my underlying data contains very long strings and the width of some columns ends up being very long resulting in a long horizontal scroll bar.  Do you have any suggestions on the best way to...

View Article


New Post: Project refuses to deploy to a CRM server

Hi thereGreat project - it works perfectly on my local machine - but when I deploy it to a CRM server I get the following error:Object reference not set to an instance of an object.Description: An...

View Article


New Post: Maximum size of columns

Hi, Sorry for the very late reply... I wasn't around for quite sometime. But now back with some enhancements to the grid control. Now if you set the width of a column (HeaderStyle-Width &...

View Article

New Post: Project refuses to deploy to a CRM server

Hi,The best way is to deploy under ISV by creating a VirtualDirectory and configure it as an application. Please checkout posts on MSCRM webapplication deployment under ISV. You need to override some...

View Article

New Post: Question about the working of the CrmExtWeb

Hello guys,first i wanna say thanks for sharing this code but there's something that isn't really clear for me about how to attach the client id,when i usecrmGrid.DataIdField="Contactid";  i get...

View Article

New Post: Can we view two types of entities in the same Grid ?

Hi,First i wanna thank you for sharing this really helpful code,anyway,i was wondering if we can view both companies and contacts in this Grid Can we do it ?Thanks a lot ! 

View Article


New Post: Can we view two types of entities in the same Grid ?

Yes, you can - I use 2 different fetchXML queries to get the data - just make sure you use like columns in the grid!

View Article

New Post: Getting CrmSdk.Picklist in the Grid

Rather than getting the values of picklist and datetime and I'm assuming any other crm datatype other than string, I get the object name.Any solution? 

View Article


New Post: Can we view two types of entities in the same Grid ?

thank you !

View Article

New Post: Getting CrmSdk.Picklist in the Grid

Wdwcrazy,I don't know if this is still an open issue for you (I guess not), but I've resolved  the issue as following.  After you've talked with your "Webservice" you generate your own "DataTable"....

View Article

Browsing all 17 articles
Browse latest View live




Latest Images