CRM 2015 set more rows for subgrid - dynamics-crm-2015

How to set subgrid properties in CRM 2015 quote, to show more than 7 rows table (table height more than 7 rows)?
I spend a lot of time to find anwer to my question but I found nothing.
I try to set number of rows and "automatically expand to use available space" in form settings, but subgrid height is still max 7 rows.
When "automatically expand to use available space" is unchecked, huge space apears, but subgrid still has height 7 rows.
subgrid and space

This appears to be a "feature" of the out-of-the-box editable subgrid on quote (as well as order and invoice).
As a workaround you could delete the standard subgrid and add a new subgrid (using the same view). This will result in:
You will be able to change the number of rows (by specifying the number of rows and unchecking "Automatically expand to use available space."
As a downside, you will not be able to add write-in products or use inline editing.

Related

Issue with the size of the To field in CRM Email form

We use CRM 2016 SP1 on-premise. We are experiencing an issue with the size of the To field of the built-in email View form whereby the field only displays up to three lines of email addresses and truncates the rest.
I know that I can click the list and scroll it in the Edit form, but this is not an option in the View form.
Is there any way to get the To field to expand/scroll in the View form?
This is product limitation to show maximum 3 rows. But you should see scroll bar to look at all other recipients.
Another option is click on Lens icon & inline Lookup window will open, if you scroll all the way down - you can see Look up More Records, click it. This will open Lookup popup where 5 lines of recipients will show, where you can add/remove in bulk.
Update:
It seems your issue is with Closed activities, this form may be limited for customizations. Try Print (Ctrl+P) to see whether all the recipients are showing.

SSRS sort icon not showing up in header but showing up in column values

I am very new to SSRS. Infact this is my 2nd report.So in SSRS, I went to Interactive Sorting and checked the "Enable interactive sort on this text box". Chose the first radio button "Detail rows".For sort by I chose "ColumnName" and clicked ok. I ended up with a sort icon on every value .The data here may seem duplicate but it is correct. I have additional 6 columns apart from this "Product" column. I repeated the sort action for all columns same way, the only difference being the different "Sort by" column. I get the icon on all columns in all rows. I want it on the header only.
Apart from that I get this warning 6 times :[rsIneffectiveSortExpressionScope] The text box ‘ColumnName’ is defined at the scope “Details”, which is identical to the scope used as SortExpressionScope. This interactive sort has no effect at runtime, since it sorts only the particular instance itself.
What is that i am doing wrong ?and what should i do to correct it?
Rt click on the textbox with the Column Name, click on
Interactive Sorting
then Check
Enable Interactive Sorting on this textbox
and then select the appropriate group you want to sort.
AFTER EDIT
if you dont have any groups yet, just select Details Row. If you have/create any group, then you need to select the radio button Group.
The sort by will actually have the column you want to sort with.

HP ALM: Extract defects of a target release with a predefined filter

I try to extract all the defects linked to a target release with a predefined filter
in order to export the data into excel with VBA.
Can anyone help me? Currently, I don´t have an idea how to do that.
first, make sure the field related to the release is filled for all defects.
Then,
Go to the Defects Module
in the Defects Grid, there is a little button with a green table on it on top of the grid, that's the "Select Column" button.
Press the "Select Column" button
Use the arrows to move the release field from the list of hidden fields to the list of the fields shown on the grid (move it from the LHS list to the RHS list using the arrow)
Now the release will appear at the defects grid top.
Under the field name, there is a white edit box that is used for the grid filtration using that field and it's the same for all the other fields.
Click on that field, a list will be displayed and you can choose the target release from it.
The defects grid will be filtered by the release you have selected.
Now you can Press Shift+A to select the entire grid, then Right Click on one of the defects and choose Export then All.
Pop up will be displayed for you to type the file name and save.
your defects grid will be exported to the Excel sheet, and all the columns exported to that sheet are only the columns appearing on the QC Defects Grid.

How to make only single row selected in telerik radgrid detailtables?

currenetly, I am using the telerik Radgrid control to build a grid. my grid have two levels ( mastertableview and detailtables). In detailtables, there is a gridclientselectcolumn to show a checkbox.
What i want to do is to make only one row selected at each time. That means, when I select a row in a detail table, the other one selected previously need to be deselected.
The allowrowselecting and muliplerowselect are only used to control the mastertableview. Now i need a way to control the detail tables.
Thanks
Recently I bumped into a How-to topic from the Telerik AJAX docs that may match your case or become the core of your logic, too - check it out.

ComboBox in windows forms Datagridview control

I have a datagridview on a windows form. It has clolumn [EmployeeNumber, EmployeeName and EmployeeDepartment].
I want to be able to edit values directly in the grid but i want EmployeeDepartment to be a combobox column, such that on cell edit, a combobox shows up with available options for the employee department. Has any one been able to implement such functionality?
The DataGridView actually has a DataGridViewComboBoxColumn. If you go to the column designer, and add a new column you'll notice you can select one of a few types. It behaves exactly as you have described - on edit, it appears. The DataGridView uses things called editing controls, and has various events for swapping the control into the cell on edit.
Either way, if all you want is a drop-down, that's available out of the box.
To populate the combo box with items, in the column editor you will notice that it has an Items property for manually setting items, or you can use the data binding properties: DataSource, DisplayMember, ValueMember. Data-binding has issues when an expected value is not in the items collection, you will get a lot of cell errors; but they can be avoided.
Some helpful links:
http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcomboboxcolumn.aspx
http://social.msdn.microsoft.com/forums/en-US/csharpgeneral/thread/e8e2d9eb-fe39-42ab-9a18-2194dac54675/

Resources