We are currently trying to decide if the ExpressionEditor can fit our needs. As such I was wondering the following:
- any ETA on the documentation?
- is it possible to customize the input lists? Could I add a custom folder (such as the Functions folder) populated with custom references, and for each of these references selected, have a custom list of values in the right list?
- if so, is it possible to have multiple level folders in the left list?
Ex:
+ Functions | Val1 for OBJ3A
+ My objects | Val2 for OBJ3A
+ My objects 1 |
+ My objects 2 |
+ My objects 3 |
OBJ3A |
OBJ3B |
Thanks
12 Answers, 1 is accepted
We hope to be able to bring the documentation for RadExpressionEditor online this week. Please excuse us for the delay and any inconveniences it might have caused you.
In its current version, RadExpressionEditor does not offer extensibility features like the ones you have described. We are aiming to to offer this and other features in a subsequent version, most probably our next major release in Q2, but I am unable to commit to a specific date. There is a PITS item for the feature you describe, which you will be able to find here. You may use it to track the progress of the implementation of the feature.
Greetings,
Yavor Georgiev
the Telerik team
Thank you for the details.
I apologize, the link I gave you does not work. This is the working link to the PITS item.
Best wishes,
Yavor Georgiev
the Telerik team
Unfortunately, I still cannot comment on the release date of the documentation for the control.
If you would list your requirements, I can talk to the team and see if any of them are supported or planned for inclusion.
Greetings,
Yavor Georgiev
the Telerik team
The documentation for RadExpressionEditor has already been included and you can find it here. You can also run through our demos for additional reference.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
For instance what is the the syntax to use the Average function. I want the average of the values 2.3 and 3.2, how do I type that in?
I'm re-posting the "Overview" section:
The engine that powers RadExpressionEditor enables us to parse a string into a LINQ expression, which can be consumed by any API accepting a LINQ expression.
RadExpressionEditor always generates a LambdaExpression with one parameter. The type of the parameter is inferred from the value of the Item property of RadExpressionEditor instance. For more information on lambdas, please refer to the Lambdas help topic. Here are the basic concepts of the expression engine:
You can check also this topic in MSDN:
http://msdn.microsoft.com/en-us/library/bb341635.aspx Greetings,
Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Look at the attached picture, the person who put together your website doesn't understand how to use the average function either.
http://www.telerik.com/community/forums/silverlight/expression-editor/in-depth-documentation-and-a-question.aspx#1936295
/Mattias
Please refer to my answer in the mentioned forum thread.
Kind regards,
Hristo
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>